From 46bbef86603c20d10aba11d3a1d33dad40fea9be Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 04:51:40 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-custom_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"