Change logback version to 1.3.0-alpha4
[dcaegen2/collectors/hv-ves.git] / sources / hv-collector-main / src / main / docker / healthcheck.sh
index db62eec..b2f54e5 100755 (executable)
@@ -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