mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
Update run
This commit is contained in:
@@ -32,7 +32,7 @@ if bashio::config.true "ingress_disabled"; then
|
|||||||
sed -i "/proxy_pass/d" /etc/nginx/servers/ingress.conf
|
sed -i "/proxy_pass/d" /etc/nginx/servers/ingress.conf
|
||||||
|
|
||||||
# Remove BaseUrl
|
# Remove BaseUrl
|
||||||
if grep -q "UrlBase" "$CONFIG_LOCATION" || true; then
|
if grep -q "UrlBase" "$CONFIG_LOCATION"; then
|
||||||
bashio::log.warning "BaseUrl removed, restarting"
|
bashio::log.warning "BaseUrl removed, restarting"
|
||||||
sed -i "/UrlBase/d" "$CONFIG_LOCATION"
|
sed -i "/UrlBase/d" "$CONFIG_LOCATION"
|
||||||
bashio::addon.restart
|
bashio::addon.restart
|
||||||
|
|||||||
Reference in New Issue
Block a user