From bb3ce8b619de869b8b435e265cbd740014e70826 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 23 Apr 2023 20:11:16 +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 28ddbadfd..472bab4ee 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -15,7 +15,7 @@ fi if [ -f /config/addons_autoscripts/"${slug}".sh ]; then bashio::log.info "... script found, executing" # Convert scripts to linux - dos2unix /config/addons_autoscripts/"${slug}".sh + dos2unix /config/addons_autoscripts/"${slug}".sh || true chmod +x /config/addons_autoscripts/"${slug}".sh /./config/addons_autoscripts/"${slug}".sh else