From bd66dd2ec6c3414b3d90a384410480e2cdeda3c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:38:55 +0200 Subject: [PATCH] Update 01-custom_script.sh --- .templates/01-custom_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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