diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index dd8134dcb..a150298a2 100644 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -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"