Remove s6

This commit is contained in:
Alexandre
2025-03-09 10:22:45 +01:00
committed by GitHub
parent 4716c1ffa1
commit 9ca5f3c28f

View File

@@ -26,7 +26,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then
-e 's/\$(bashio::addon.ingress_port)/""/g' \
-e 's/\$(bashio::addon.ingress_entry)/""/g' \
-e 's/\$(bashio::addon.ip_address)/""/g' "$scripts"
done < <(grep -srl "bashio" /etc/cont-init.d /etc/s6-overlay/s6-rc.d /custom-services.d)
done < <(grep -srl "bashio" /etc/cont-init.d /custom-services.d)
exit 0
fi