mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Rewrite services
This commit is contained in:
@@ -26,7 +26,7 @@ if ! bashio::supervisor.ping 2> /dev/null; then
|
|||||||
-e 's/\$(bashio::addon.ingress_port)/""/g' \
|
-e 's/\$(bashio::addon.ingress_port)/""/g' \
|
||||||
-e 's/\$(bashio::addon.ingress_entry)/""/g' \
|
-e 's/\$(bashio::addon.ingress_entry)/""/g' \
|
||||||
-e 's/\$(bashio::addon.ip_address)/""/g' "$scripts"
|
-e 's/\$(bashio::addon.ip_address)/""/g' "$scripts"
|
||||||
done < <(grep -srl "bashio" /etc/cont-init.d /custom-services.d)
|
done < <(grep -srl "bashio" /etc/cont-init.d /custom-services.d /etc/services.d /etc/s6-overlay)
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user