mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01: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
|
||||
bashio::log.green "... script found, executing"
|
||||
/."$CONFIGSOURCE"
|
||||
exit 0
|
||||
fi
|
||||
done <"$CONFIGSOURCE"
|
||||
|
||||
Reference in New Issue
Block a user