mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-04-14 11:36:23 +00:00
Merge pull request #3 from Ankermgmt/chrivers/run-script-improvements
Chrivers/run script improvements
This commit is contained in:
commit
4a3641a6e6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
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