diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 816b84136..bf094a48f 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -147,8 +147,8 @@ while IFS= read -r line; do if [[ "${line}" == *'!secret '* ]]; then echo "secret detected" if [ ! -f "$SECRETSFILE" ]; then - bashio:log.fatal "Secrets file not found, ${line} skipped" - continue + bashio:log.fatal "Secrets file not found, ${line} skipped" + continue fi secret=${line#*secret } # Check if single match