Update 01-custom_script.sh

This commit is contained in:
Alexandre
2025-07-08 06:50:05 +02:00
committed by GitHub
parent 4d154a7204
commit d9c495680b

View File

@@ -60,6 +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"
/."$CONFIGSOURCE"
bash "$CONFIGSOURCE"
break
fi
done <"$CONFIGSOURCE"