From d9c495680b66a3cbcc5071272dec885fa1db8143 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 06:50:05 +0200 Subject: [PATCH] Update 01-custom_script.sh --- .templates/01-custom_script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index 5f397d66d..e808ae025 100644 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -60,6 +60,7 @@ while IFS= read -r line; do # Check if line is not empty and does not start with # if [[ -n "$line" ]] && [[ ! "$line" =~ ^# ]]; then bashio::log.green "... script found, executing" - /."$CONFIGSOURCE" + bash "$CONFIGSOURCE" + break fi done <"$CONFIGSOURCE"