Pass arguments from bash to python
This commit is contained in:
parent
cbf15edbf9
commit
bdf1a8903a
2
webui.sh
2
webui.sh
@ -138,4 +138,4 @@ fi
|
|||||||
printf "\n%s\n" "${delimiter}"
|
printf "\n%s\n" "${delimiter}"
|
||||||
printf "Launching launch.py..."
|
printf "Launching launch.py..."
|
||||||
printf "\n%s\n" "${delimiter}"
|
printf "\n%s\n" "${delimiter}"
|
||||||
"${python_cmd}" "${LAUNCH_SCRIPT}"
|
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user