Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:47:53 -05:00
parent 62e70ce490
commit 9a8dbe0c4c

View File

@@ -638,6 +638,12 @@ MMSTATUS(){
fi
fi
msg=" |- ${idsCL[Default]}VPN WAN Address"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}+6))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[White]}${msg}${spc}${idsCL[White]} : ${idsCL[Default]}"
echo -e "${idsCL[Green]}${mmip}${idsCL[Default]}"
### CHECK FOR PLEX MOUNT
echo
msg=" Verifying Plex Media Mount"