Update mm-scripts.sh
This commit is contained in:
@@ -308,7 +308,7 @@ MMSTART(){
|
|||||||
/bin/systemctl stop ${srvc} >/dev/null 2>&1 &
|
/bin/systemctl stop ${srvc} >/dev/null 2>&1 &
|
||||||
done
|
done
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
@@ -683,7 +683,7 @@ MMSTATUS(){
|
|||||||
echo -en "${idsCL[White]}${msg}${spc}${idsCL[White]} : ${idsCL[Default]}"
|
echo -en "${idsCL[White]}${msg}${spc}${idsCL[White]} : ${idsCL[Default]}"
|
||||||
|
|
||||||
if [ -f ${MMFOLDER}/mm.plexmount.fail2 ]; then
|
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
|
elif [ ! -f ${PLEX_MOUNT}/mounted ]; then
|
||||||
echo -e "${idsCL[Red]}Not Mounted${idsCL[Default]}"
|
echo -e "${idsCL[Red]}Not Mounted${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user