mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-04-14 11:36:23 +00:00
Allow run.sh to pass extra arguments to ankerctl.py, and exec into it, to avoid a /bin/sh instance.
This commit is contained in:
parent
2383325115
commit
7547fcbadf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ CONFIG_PATH=/data/options.json
|
|||
|
||||
export FLASK_HOST="$(jq --raw-output '.flask_host // empty' $CONFIG_PATH)"
|
||||
|
||||
/app/ankerctl.py webserver run
|
||||
exec /app/ankerctl.py webserver run "${@}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue