Pass arguments from bash to python

This commit is contained in:
Matthew Clark 2022-10-04 13:44:21 -04:00 committed by AUTOMATIC1111
parent cbf15edbf9
commit bdf1a8903a

@ -138,4 +138,4 @@ fi
printf "\n%s\n" "${delimiter}"
printf "Launching launch.py..."
printf "\n%s\n" "${delimiter}"
"${python_cmd}" "${LAUNCH_SCRIPT}"
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"