This commit is contained in:
Alexandre
2024-04-21 11:29:53 +02:00
parent 4b10d5e918
commit e1683c0fe2
6 changed files with 6 additions and 6 deletions

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