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