diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 601a318e..e5a401c2 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -51,10 +51,10 @@ python -m pip install -q torchruntime cd .. # Skip the package download and prompt if INSTALL_ONLY=1 is set if [ "$INSTALL_ONLY" != "1" ]; then - # Download the required packages - python scripts/check_modules.py -else # Download the required packages python scripts/check_modules.py --launch-uvicorn read -p "Press any key to continue" +else + # Download the required packages only + python scripts/check_modules.py fi