rebuild everything on the first day of the month

This commit is contained in:
radius 2015-10-31 15:11:26 -05:00
parent 8f15744c05
commit 323367667b

View File

@ -190,6 +190,12 @@ if [ -z "$FORCE" ]; then
FORCE=NO
fi
ifStart=`date '+%d'`
if [$ifStart == 01]
then
FORCE=YES
fi
# set force_retroarch_build to NO if not specified
# this is useful if running manually
if [ -z "$FORCE_RETROARCH_BUILD" ]; then