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
|
@ -64,4 +64,4 @@ source "$CONDA_ROOT_PREFIX/etc/profile.d/conda.sh" # otherwise conda complains a
|
|||
conda activate "$INSTALL_ENV_DIR"
|
||||
|
||||
# setup installer env
|
||||
python webui.py
|
||||
python webui.py $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue