From 14345a7e8565d8c49c3d91457fa702496c9337cc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 18 Dec 2022 00:54:59 +0200 Subject: [PATCH] Update healthcheck to always use the correct port --- recorder-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder-health.sh b/recorder-health.sh index 9015488..f71acf7 100644 --- a/recorder-health.sh +++ b/recorder-health.sh @@ -1,7 +1,7 @@ #!/bin/sh ADDR=`hostname` -PORT=8083 +PORT="${OTR_HTTPPORT:-8083}" EPOCH=$(date +%s)