mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 91-run.sh
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user