Allow start scripts to have command-line flags
This commit is contained in:
parent
8ab3eca9ec
commit
3314b7d795
7 changed files with 8 additions and 8 deletions
2
wsl.sh
2
wsl.sh
|
@ -106,5 +106,5 @@ fi
|
|||
# setup installer env update env if called with 'wsl.sh update'
|
||||
case "$1" in
|
||||
("update") python webui.py --update;;
|
||||
(*) python webui.py;;
|
||||
(*) python webui.py $@;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue