mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02:00
Update run
This commit is contained in:
@@ -33,11 +33,13 @@ if ! grep -q "<UrlBase>$slug</UrlBase>" "$CONFIG_LOCATION" && ! bashio::config.t
|
|||||||
bashio::addon.restart
|
bashio::addon.restart
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo ""
|
||||||
if bashio::config.true "ingress_disabled"; then
|
if bashio::config.true "ingress_disabled"; then
|
||||||
bashio::log.info "you can connect at http://homeassistant:8787"
|
bashio::log.info "Ingress is disabled. You can connect at http://homeassistant:$(bashio::addon.port 8787)"
|
||||||
else
|
else
|
||||||
bashio::log.info "you can connect at http://homeassistant:8787/readarr or using ingress"
|
bashio::log.info "Ingress is enabled. You can connect from HA or at http://homeassistant:$(bashio::addon.port 8787)/readarr"
|
||||||
fi
|
fi
|
||||||
|
echo ""
|
||||||
|
|
||||||
bashio::log.info "Starting NGinx..."
|
bashio::log.info "Starting NGinx..."
|
||||||
exec nginx
|
exec nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user