From c35a79d2d9aefd29e851294e21c167d6ecdf8702 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Jan 2024 07:15:42 +0100 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 26f9dbad0..16ed5d252 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -28,7 +28,7 @@ bashio::log.green "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons # Download template if no script found and exit if [ ! -f "$CONFIGLOCATION/${slug}".sh ]; then TEMPLATESOURCE="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/script.template" - curl -f -L -s -S "$TEMPLATESOURCE" --output "$CONFIGLOCATION/${slug}".sh + curl -f -L -s -S "$TEMPLATESOURCE" --output "$CONFIGLOCATION/${slug}".sh || true exit 0 fi