Correct typo

This commit is contained in:
Alexandre
2024-04-21 11:26:54 +02:00
parent 05b4a6add7
commit 4b10d5e918
6 changed files with 6 additions and 6 deletions

View File

@@ -111,5 +111,5 @@
"slug": "radarr_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"version": "5.4.6.8723-2"
"version": "5.4.6.8723-3"
}

View File

@@ -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 "$connectionmode" in
# Ingress mode, authentification is disabled
ingress_noauth)
bashio::log.green "Ingress is enabled, authentification is disabled"

View File

@@ -111,5 +111,5 @@
"slug": "readarr_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"version": "0.3.24.2509-2"
"version": "0.3.24.2509-3"
}

View File

@@ -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 "$connectionmode" in
# Ingress mode, authentification is disabled
ingress_noauth)
bashio::log.green "Ingress is enabled, authentification is disabled"

View File

@@ -110,5 +110,5 @@
"slug": "sonarr_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"version": "4.0.4.1515-2"
"version": "4.0.4.1515-3"
}

View File

@@ -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 "$connectionmode" in
# Ingress mode, authentification is disabled
ingress_noauth)
bashio::log.green "Ingress is enabled, authentification is disabled"