This commit is contained in:
Alexandre
2022-02-18 14:48:24 +01:00
parent 3a7f68c7d3
commit dddf6ec5b6

View File

@@ -12,6 +12,7 @@ declare port
# General values
port=$(bashio::addon.ingress_port)
# shellcheck disable=SC2210
if [ "$port" ] >1; then
# Adapt nginx
sed -i "s|%%port%%|$port|g" /etc/nginx/servers/ingress.conf