From ac8295c797fbf0985c0eabe4fd03d17b26965fa0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 20 Jul 2025 04:42:20 +0200 Subject: [PATCH] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 57bf9773e..b5b39a56b 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -90,9 +90,9 @@ done sed -i "s/bashio::exit.nok/return 1/g" "$SERVICE" sed -i "s/bashio::exit.ok/return 0/g" "$SERVICE" # shellcheck disable=SC1090 - source "$SERVICE" || echo -e "\033[0;31mError\033[0m : $SERVICE exiting $?" + source "$SERVICE" || echo -e "\033[0;31mError\033[0m : $SERVICE exiting $?" & true else - "$SERVICE" || echo -e "\033[0;31mError\033[0m : $SERVICE exiting $?" + "$SERVICE" || echo -e "\033[0;31mError\033[0m : $SERVICE exiting $?" & true fi # Cleanup