diff --git a/mm-scripts.sh b/mm-scripts.sh index 1353be6..6a9b6fd 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -260,6 +260,7 @@ MMSTART(){ ### CHECK FOR PLEX MOUNT files=$(shopt -s nullglob dotglob; echo ${PLEX_MOUNT}/*) + echo "HERE: $files" if (( ! ${#files} )); then echo "$(date) - Plex Media Not Mounted, will try and fix" >> $logfile umount ${PLEX_MOUNT} >/dev/null 2>&1