Update start-webui.sh

Pass through of parameters
This commit is contained in:
linuxlurak
2024-08-31 12:54:27 +02:00
committed by GitHub
parent 4e55844c65
commit 6c9b01ce3c

View File

@@ -1,6 +1,6 @@
#!/bin/bash
source venv/bin/activate
python app.py
python app.py "$@"
echo "launching the app"