mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 18:43:39 +02:00
Update 01-custom_script.sh
This commit is contained in:
@@ -61,6 +61,5 @@ 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"
|
||||||
/."$CONFIGSOURCE"
|
/."$CONFIGSOURCE"
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
done <"$CONFIGSOURCE"
|
done <"$CONFIGSOURCE"
|
||||||
|
|||||||
Reference in New Issue
Block a user