Only search for logs in monthly directories.

This commit is contained in:
Achim D. Brucker 2019-01-26 17:46:09 +00:00
parent 42f1c0814d
commit ae78ef64d6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ esac
done
LATESTLOG=`ls $ARCHIVE/log/*/*0.log | tail -n 1`
LATESTGLOBALLOG=`ls $ARCHIVE/log/*/*-global.log $ARCHIVE/log/*-global.log| tail -n 1`
LATESTGLOBALLOG=`ls $ARCHIVE/log/*/*-global.log | tail -n 1`
BASEDIR=$(dirname "$0")
PIDS=""