From 13e9d60d8c58be7e3d11c1a7a0df83278211d14e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 09:25:24 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- mm-scripts.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 67eb98d..331ab52 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.8.224-05182023' +VERS='3.8.226-05182023' MMFOLDER="/opt/idssys/mediamanager" TMPFOLDER="${MMFOLDER}/.tmp" diff --git a/mm-scripts.sh b/mm-scripts.sh index 514de31..d9d60cb 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -729,6 +729,8 @@ MMSTATUS(){ GETVPNINFO(){ echo -e "${idsCL[Green]}VPN Connection Info${idsCL[Default]}" echo + + msg="Server Network"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -e "${idsCL[LightCyan]}${msg}${spc}${idsCL[White]}: ${idsCL[Green]}${VPN_SERVER}${idsCL[Default]}"