From 5ecdd1798364a4cac6c927024d0813623c808cef Mon Sep 17 00:00:00 2001 From: Eric Busalacchi Date: Wed, 26 Jun 2024 15:22:03 -0400 Subject: [PATCH] put back set-e --- scripts/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/healthcheck.sh b/scripts/healthcheck.sh index 61af15b..c2fae05 100755 --- a/scripts/healthcheck.sh +++ b/scripts/healthcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh -#set -e +set -e if [ -f /tmp/container_is_terminating ]; then exit 0 fi