rebuild everything on the first day of the month

This commit is contained in:
radius 2015-10-31 15:13:01 -05:00
parent 323367667b
commit 9fe57cde9d
1 changed files with 2 additions and 3 deletions

View File

@ -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