Update mm-scripts.sh

This commit is contained in:
2023-01-22 10:43:40 -06:00
parent 1c9cd7dea4
commit 7ac88b4bf8

View File

@@ -209,6 +209,10 @@ MMSTART(){
if [ "${EMAIL_NOTICE}" != "" ] && [ ${PMFS} = true ]; then
echo "Could not mount the Plex Media Folder" | mail -s "Plex Media Not Mounted" ${EMAIL_NOTICE}
touch /opt/idssys/mediamanager/mm.plexmount.fail
else
for srvc in "${SERVICES_CHECK[@]}"; do
/bin/systemctl stop ${srvc}
done
fi
fi
fi