mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-20 19:30:20 +08:00
Remove superfluous command-separators
This commit is contained in:
parent
41b4c3ea73
commit
7419345b76
@ -54,8 +54,8 @@ packages_extras=$(echo "$PIP_EXTRA_PACKAGES" | tr ' ' '\n')
|
|||||||
|
|
||||||
current_hash=$(
|
current_hash=$(
|
||||||
{
|
{
|
||||||
echo "$packages_comfyui";
|
echo "$packages_comfyui"
|
||||||
echo "$packages_custom";
|
echo "$packages_custom"
|
||||||
echo "$packages_extras"
|
echo "$packages_extras"
|
||||||
} | sort | sha256sum | awk '{print $1}'
|
} | sort | sha256sum | awk '{print $1}'
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user