mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-13 17:40:31 +02:00
Update 99-run.sh
This commit is contained in:
@@ -20,6 +20,7 @@ fi
|
||||
# NGINX SETTING #
|
||||
#################
|
||||
|
||||
if [[ "$INGRESS" == "true" ]]; then
|
||||
#declare port
|
||||
#declare certfile
|
||||
declare ingress_interface
|
||||
@@ -51,6 +52,7 @@ for file in /config/hypercorn.toml $(find /usr -name hypercorn.toml.default); do
|
||||
sed -i "1a root_path = \"${FB_BASEURL}\"" "$file"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
##############
|
||||
# LAUNCH APP #
|
||||
@@ -63,8 +65,9 @@ bashio::log.warning "Username: comixedreader@localhost Password: comixedreader"
|
||||
bashio::log.info "Starting..."
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
/./app/comixed-release*/bin/run.sh -L /config/comixed.log & true
|
||||
/./app/comixed-release*/bin/run.sh -L /config/comixed.log
|
||||
|
||||
bashio::net.wait_for 7171 localhost 900 || true
|
||||
bashio::log.info "Started !"
|
||||
exec nginx
|
||||
#& true
|
||||
#bashio::net.wait_for 7171 localhost 900 || true
|
||||
#bashio::log.info "Started !"
|
||||
#exec nginx
|
||||
|
||||
Reference in New Issue
Block a user