Update mm-scripts.sh

This commit is contained in:
2024-09-30 17:35:15 -05:00
parent 6364965acf
commit 14755f79c9

View File

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