diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index 4a20596c8..01fa7c19c 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -22,6 +22,6 @@ if [ -f /config/addons_autoscripts/"${slug}".sh ]; then chmod +x /config/addons_autoscripts/"${slug}".sh || true /./config/addons_autoscripts/"${slug}".sh else - bashio::log.green "... no script found" + bashio::log.green "... no script found, exiting" fi