mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Execute in shell
This commit is contained in:
@@ -60,7 +60,7 @@ while IFS= read -r line; do
|
||||
# Check if line is not empty and does not start with #
|
||||
if [[ -n "$line" ]] && [[ ! "$line" =~ ^# ]]; then
|
||||
bashio::log.green "... script found, executing"
|
||||
bash "$CONFIGSOURCE"
|
||||
/."$CONFIGSOURCE"
|
||||
break
|
||||
fi
|
||||
done <"$CONFIGSOURCE"
|
||||
|
||||
Reference in New Issue
Block a user