Update 91-run.sh

This commit is contained in:
Alexandre
2023-03-17 19:59:32 +01:00
committed by GitHub
parent 87d76f0fb4
commit 4e6212c960

View File

@@ -4,10 +4,6 @@
###############
# Start nginx #
###############
# Set variables
slug=autobrr
port=7474
CONFIG_LOCATION=/config/addons_config/"$slug"/config.toml
# Set UrlBase
if ! grep -q "hassioautobrr" /config/addons_config/autobrr/config.toml; then
@@ -18,7 +14,7 @@ if ! grep -q "hassioautobrr" /config/addons_config/autobrr/config.toml; then
fi
bashio::log.info "Starting NGinx..."
exec nginx
exec nginx & true
#############
# Start app #