Update mm-scripts.sh

This commit is contained in:
2023-04-23 18:47:22 -05:00
parent ec1b4b4ae4
commit 05ca97f6e1

View File

@@ -269,7 +269,7 @@ MMSTART(){
if [ ! -f ${PLEX_MOUNT}/mounted ]; then
if [ -f ${MMFOLDER}/mm.plexmount.fail ]; then
fd=$(( `date +%s` - `stat -L --format %Y ${MMFOLDER}/mm.plexmount.fail` ))
if [ ${fd} -gt 30 ]; then
if [ ${fd} -gt 3600 ]; then
PMFS=true
else
PMFS=false