diff --git a/mm-scripts.sh b/mm-scripts.sh index 6543824..1353be6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -268,6 +268,7 @@ MMSTART(){ sleep 2s files=$(shopt -s nullglob dotglob; echo ${PLEX_MOUNT}/*) + echo "HERE: $files" if (( ! ${#files} )); then if [ -f ${MMFOLDER}/mm.plexmount.fail ]; then fd=$(( `date +%s` - `stat -L --format %Y ${MMFOLDER}/mm.plexmount.fail` ))