ci: fix linter errors: healthcheck.sh
This commit is contained in:
parent
3eab1e668f
commit
d65d3ae4e0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue