aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Clark <linux.matthew@gmail.com>2022-10-04 13:44:21 -0400
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-18 17:24:21 +0300
commitbdf1a8903a38e6c29afdbfb6370c40976cdfd99a (patch)
tree2ad092d94f8f588307a7e0c61151b53c513c395b
parentcbf15edbf90a68a08eeab40af5df577ba4ac90b6 (diff)
Pass arguments from bash to python
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index 980c0aaf..a9f85d89 100755
--- a/webui.sh
+++ b/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}" "$@"