From ee83a91b1407a8f58ddb91856c8a9b32e54a1b4c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Sep 2023 18:19:40 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- mm-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 3f308f1..f838fc2 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.9.50a-07102023' +VERS='3.9.60-09092023' MMFOLDER="/opt/idssys/mediamanager" TMPFOLDER="${MMFOLDER}/.tmp" diff --git a/mm-scripts.sh b/mm-scripts.sh index 1402e7c..ea58311 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -625,7 +625,7 @@ MMSTATUS(){ else [ "${MM_SERVICE_PORTS[${srvc}]}" != "" ] && checkport=$(lsof -Pi :${MM_SERVICE_PORTS[${srvc}]} -sTCP:LISTEN -t) if ([ "${MM_SERVICE_PORTS[${srvc}]}" != "" ] && [ "${checkport}" != "" ]) || [ "${MM_SERVICE_PORTS[${srvc}]}" == "" ]; then - echo -e "${idsCL[Green]}Running${idsCL[Default]}" + echo -e "${idsCL[Green]}Running ${idsCL[Cyan]}(Port: ${MM_SERVICE_PORTS[${srvc}]})${idsCL[Default]}" elif [ "${checkport}" == "" ]; then echo -e "${idsCL[LightMagenta]}Service Running, Web Port Not Accesible${idsCL[Default]}" fi