mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 23:54:55 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user