Update mm-scripts.sh

This commit is contained in:
2023-04-27 15:00:04 -05:00
parent d95f6b843c
commit 9cb6d5b69e

View File

@@ -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]}"