rebuild everything on the first day of the month
This commit is contained in:
parent
323367667b
commit
9fe57cde9d
|
@ -190,9 +190,8 @@ if [ -z "$FORCE" ]; then
|
|||
FORCE=NO
|
||||
fi
|
||||
|
||||
ifStart=`date '+%d'`
|
||||
if [$ifStart == 01]
|
||||
then
|
||||
DAY=`date '+%d'`
|
||||
if [ $DAY == 01 ]; then
|
||||
FORCE=YES
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue