Execute in shell

This commit is contained in:
Alexandre
2025-07-08 09:11:21 +02:00
committed by GitHub
parent 6e6a6854a1
commit 8fca5d3080

View File

@@ -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"