[scripts] trivial script fix

This commit is contained in:
Fabio Erculiani 2010-12-17 20:01:34 +01:00
parent bd52d286a1
commit 61da34e2cd

View File

@ -158,6 +158,6 @@ else
fi
CUR_DAY=$(date -u +%d)
if [ "${CUR_DAY}" = "01" ]; then
if [ "${CUR_DAY}" = "01" ]; then
rm -rf /sabayon/pkgcache/*
fi