aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rwxr-xr-xsources/hv-collector-main/src/main/docker/healthcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/hv-collector-main/src/main/docker/healthcheck.sh b/sources/hv-collector-main/src/main/docker/healthcheck.sh
index db62eece..b2f54e56 100755
--- a/sources/hv-collector-main/src/main/docker/healthcheck.sh
+++ b/sources/hv-collector-main/src/main/docker/healthcheck.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
curl -f http://localhost:${VESHV_HEALTH_CHECK_API_PORT:-6060}/health/ready || exit 1
nc -vz localhost ${VESHV_LISTEN_PORT:-6061} || exit 2