cleanup once a month

This commit is contained in:
radius 2015-11-01 13:21:25 -05:00
parent 2227e9b5cd
commit 3be0f6cc40

View file

@ -191,11 +191,12 @@ if [ -z "$FORCE" ]; then
fi
# set cleanup to NO by default
CLEANUP=NO
DAY=`date '+%d'`
if [ $DAY == 01 ]; then
FORCE=YES
CLEANUP=YES
CLEANUP=NO
fi
# set force_retroarch_build to NO if not specified