GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-08 04:51:40 +00:00
parent fb7c5b5849
commit 46bbef8660

View File

@@ -61,6 +61,6 @@ while IFS= read -r line; do
if [[ -n "$line" ]] && [[ ! "$line" =~ ^# ]]; then if [[ -n "$line" ]] && [[ ! "$line" =~ ^# ]]; then
bashio::log.green "... script found, executing" bashio::log.green "... script found, executing"
bash "$CONFIGSOURCE" bash "$CONFIGSOURCE"
break break
fi fi
done <"$CONFIGSOURCE" done <"$CONFIGSOURCE"