From 0b3cdec96c53591632b2df59c5ed83e437bd8aef Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Mar 2023 09:17:28 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index f661ee5..202a231 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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