move the logs analysis up one more day and see how that works.
This commit is contained in:
parent
9f1ef2a588
commit
bd8cdf0133
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
# 2019-10-01 Dropped this down to 3 days..
|
||||
|
||||
NUMDAYS=3
|
||||
NUMDAYS=2
|
||||
YEAR=$(/bin/date -d "-${NUMDAYS} days" +%Y)
|
||||
MONTH=$(/bin/date -d "-${NUMDAYS} days" +%m)
|
||||
DAY=$(/bin/date -d "-${NUMDAYS} days" +%d)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
# We have dropped this down to 3 days on 2019-10-01
|
||||
|
||||
let NUMDAYS=4
|
||||
let NUMDAYS=3
|
||||
let OLDDAYS=$(( $NUMDAYS+1 ))
|
||||
|
||||
PROJECT=mirrors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue