From fa1a6d26c6c397d5f55d5d924bdd55e29ac18fbf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:10:51 +0100 Subject: [PATCH] Lint --- .templates/ha_entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index dcb7565ba..0260d0149 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -32,6 +32,7 @@ for SCRIPTS in /etc/cont-init.d/*; do fi # Start the script + # shellcheck source=/dev/null source "$SCRIPTS" || echo -e "\033[0;31mError\033[0m : $SCRIPTS exiting $?" # Cleanup