From d65d3ae4e0290fae8039e200394fcf1e7c421c0e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 9 Nov 2023 09:04:49 +0100 Subject: [PATCH] ci: fix linter errors: healthcheck.sh --- scripts/healthcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/healthcheck.sh b/scripts/healthcheck.sh index d5f877b..9201f82 100755 --- a/scripts/healthcheck.sh +++ b/scripts/healthcheck.sh @@ -2,6 +2,7 @@ set -x # Make sure cron daemon is still running +# shellcheck disable=SC2009 ps -o comm | grep crond || exit 1 # Make sure the target container is still running/available