From d57d78dfa8f191b405accc7b22066dee4fedf51e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 06:47:32 +0200 Subject: [PATCH] Update 01-custom_script.sh --- .templates/01-custom_script.sh | 1 - 1 file changed, 1 deletion(-) 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"