Update mm-scripts.sh

This commit is contained in:
2023-03-25 09:17:28 -05:00
parent 628597603c
commit 0b3cdec96c

View File

@@ -410,9 +410,9 @@ MMSTATUS(){
if [ "$(systemctl is-active ${srvc})" != "active" ] && [ "${srvc}" != "wireguard" ]; then
if [ -f ${MMFOLDER}/mm.noservices ]; then
echo -e "${idsCL[Red]}Skipping, started wtih VPN only${idsCL[Default]}"
echo -e "${idsCL[LightCyan]}Skipping, started wtih VPN only${idsCL[Default]}"
elif [ -f ${MMFOLDER}/mm.plexmount.fail ]; then
echo -e "${idsCL[Red]}Skipping, Plex Media not mounted${idsCL[Default]}"
echo -e "${idsCL[LightCyan]}Skipping, Plex Media not mounted${idsCL[Default]}"
else
echo -e "${idsCL[Red]}Not Running${idsCL[Default]}"
fi