Update mm-scripts.sh

This commit is contained in:
2023-04-27 08:03:23 -05:00
parent b38706dc8c
commit fe70c95c83

View File

@@ -280,7 +280,7 @@ MMSTART(){
### CHECK FOR PLEX MOUNT
if [ ! -f ${PLEX_MOUNT}/mounted ]; then
echo "$(date) - Plex Media Not Mounted, will try and fix" >> $logfile
echo "$(date) - Plex Media Not Mounted, will try and mount" >> $logfile
umount ${PLEX_MOUNT} >/dev/null 2>&1
sleep 2s
mount -a >/dev/null 2>&1