Update mm-scripts.sh

This commit is contained in:
2023-04-27 14:49:54 -05:00
parent 98bd405b57
commit c69a032281

View File

@@ -320,7 +320,7 @@ MMSTART(){
done
rm -f ${MMFOLDER}/mm.plexmount.fail*
fi
elif [ "${2}" == "vpn" ] || [ -f ${PLEX_MOUNT}/mm.noservices ]; then
elif [ "${2}" == "vpn" ] || [ -f ${MMFOLDER}/mm.noservices ]; then
echo -e "${idsCL[LightCyan]}Skipping check, started wtih VPN only${idsCL[Default]}"
else
echo -e "${idsCL[Green]}Mounted${idsCL[Default]}"