Pass arguments from bash to python
This commit is contained in:
parent
cbf15edbf9
commit
bdf1a8903a
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
@ -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}" "$@"
|
||||
|
|
Loading…
Reference in a new issue