ci: fix linter errors: healthcheck.sh

This commit is contained in:
Michael Grote 2023-11-09 09:04:49 +01:00
parent 3eab1e668f
commit d65d3ae4e0

View file

@ -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