mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Correct typo
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user