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