diff --git a/entrypoint.sh b/entrypoint.sh index 7f8661348..df1e275d0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}' )