diff options
author | Matthew Clark <linux.matthew@gmail.com> | 2022-10-04 13:44:21 -0400 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-18 17:24:21 +0300 |
commit | bdf1a8903a38e6c29afdbfb6370c40976cdfd99a (patch) | |
tree | 2ad092d94f8f588307a7e0c61151b53c513c395b /webui.sh | |
parent | cbf15edbf90a68a08eeab40af5df577ba4ac90b6 (diff) |
Pass arguments from bash to python
Diffstat (limited to 'webui.sh')
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" "$@" |