Skip to content

Commit

Permalink
Update start-webui.sh
Browse files Browse the repository at this point in the history
Pass through of parameters
  • Loading branch information
linuxlurak authored Aug 31, 2024
1 parent 4e55844 commit 6c9b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-webui.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source venv/bin/activate
python app.py
python app.py "$@"

echo "launching the app"

0 comments on commit 6c9b01c

Please sign in to comment.