From 6c9b01ce3c032cd4d2ffb724b9b3552609c0161b Mon Sep 17 00:00:00 2001 From: linuxlurak <3813355+linuxlurak@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:54:27 +0200 Subject: [PATCH] Update start-webui.sh Pass through of parameters --- start-webui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-webui.sh b/start-webui.sh index 4f973aae..901d4128 100644 --- a/start-webui.sh +++ b/start-webui.sh @@ -1,6 +1,6 @@ #!/bin/bash source venv/bin/activate -python app.py +python app.py "$@" echo "launching the app"