Update mm-scripts.sh

This commit is contained in:
2024-09-30 20:28:54 -05:00
parent 570720a23c
commit 9b2a7e25d8

View File

@@ -338,7 +338,7 @@ MMSTART(){
[ "${1}" == "start" ] && [ "${2}" != "vpn" ] && rm -f ${TMPFOLDER}/mm.noservices
if [ ${SERVICESCHECK} != "" ]; then
if [ "${SERVICESCHECK}" != "" ]; then
msg="Verifying Plex Media is Mounted"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done