diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index e808ae025..dd8134dcb 100644 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -61,6 +61,6 @@ while IFS= read -r line; do if [[ -n "$line" ]] && [[ ! "$line" =~ ^# ]]; then bashio::log.green "... script found, executing" bash "$CONFIGSOURCE" - break + break fi done <"$CONFIGSOURCE"