diff --git a/radarr/config.json b/radarr/config.json index 47dc72e22..f7f92eb23 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -111,5 +111,5 @@ "slug": "radarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", - "version": "5.4.6.8723-3" + "version": "5.4.6.8723-4" } diff --git a/radarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh b/radarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh index c3f2a61bc..32694f5f0 100755 --- a/radarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh +++ b/radarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh @@ -30,7 +30,7 @@ if [ -f "$CONFIG_LOCATION" ]; then bashio::log.green "---------------------------" bashio::log.green "Connection_mode is $connection_mode" bashio::log.green "---------------------------" - case "$connectionmode" in + case "$connection_mode" in # Ingress mode, authentification is disabled ingress_noauth) bashio::log.green "Ingress is enabled, authentification is disabled" diff --git a/readarr/config.json b/readarr/config.json index b5785802a..3507fef33 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -111,5 +111,5 @@ "slug": "readarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "version": "0.3.24.2509-3" + "version": "0.3.24.2509-4" } diff --git a/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh b/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh index 376cc3df5..0170cf788 100755 --- a/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh +++ b/readarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh @@ -30,7 +30,7 @@ if [ -f "$CONFIG_LOCATION" ]; then bashio::log.green "---------------------------" bashio::log.green "Connection_mode is $connection_mode" bashio::log.green "---------------------------" - case "$connectionmode" in + case "$connection_mode" in # Ingress mode, authentification is disabled ingress_noauth) bashio::log.green "Ingress is enabled, authentification is disabled" diff --git a/sonarr/config.json b/sonarr/config.json index dd2048afc..6a32b556b 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -110,5 +110,5 @@ "slug": "sonarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", - "version": "4.0.4.1515-3" + "version": "4.0.4.1515-4" } diff --git a/sonarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh b/sonarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh index 6684635f7..0dee0e709 100755 --- a/sonarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh +++ b/sonarr/rootfs/etc/cont-init.d/32-nginx_ingress.sh @@ -30,7 +30,7 @@ if [ -f "$CONFIG_LOCATION" ]; then bashio::log.green "---------------------------" bashio::log.green "Connection_mode is $connection_mode" bashio::log.green "---------------------------" - case "$connectionmode" in + case "$connection_mode" in # Ingress mode, authentification is disabled ingress_noauth) bashio::log.green "Ingress is enabled, authentification is disabled"