diff --git a/mm-scripts.sh b/mm-scripts.sh index db6c270..63a4db1 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -308,7 +308,7 @@ MMSTART(){ /bin/systemctl stop ${srvc} >/dev/null 2>&1 & done else - echo -e "${idsCL[Red]}Not Mounted, running services as chosen previously though${idsCL[Default]}" + echo -e "${idsCL[Red]}Not Mounted${idsCL[LightCyan]}, running services as chosen previously though${idsCL[Default]}" fi else @@ -683,7 +683,7 @@ MMSTATUS(){ echo -en "${idsCL[White]}${msg}${spc}${idsCL[White]} : ${idsCL[Default]}" if [ -f ${MMFOLDER}/mm.plexmount.fail2 ]; then - echo -e "${idsCL[Red]}Not Mounted, running services as chosen previously${idsCL[Default]}" + echo -e "${idsCL[Red]}Not Mounted${idsCL[LightCyan]}, running services as chosen previously${idsCL[Default]}" elif [ ! -f ${PLEX_MOUNT}/mounted ]; then echo -e "${idsCL[Red]}Not Mounted${idsCL[Default]}"