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)