Update mm-scripts.sh

This commit is contained in:
2023-04-21 18:54:37 -05:00
parent 22d4d4d984
commit ea551fca8d

View File

@@ -639,7 +639,7 @@ MMSTATUS(){
fi
### CHECK FOR PLEX MOUNT
msg=" |- ${idsCL[Default]}Verifying Plex Media Mount"
msg=" Verifying Plex Media Mount"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}+6))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[White]}${msg}${spc}${idsCL[White]} : ${idsCL[Default]}"