Un-commenting rm-rf

This commit is contained in:
Will Bradley 2013-09-22 10:03:45 -07:00
parent 85d121c562
commit b2a73dcb36

View File

@ -39,7 +39,7 @@ else
for i in `find $BACKUPDIRDEST/ -maxdepth 1 -type d -mtime +$NUMDAYS -print`;
do
echo -e "["$(date)"] - Found backup folder from $(stat -c %y $i)! Deleting directory $i";
#\rm -rf $i;
\rm -rf $i;
done
fi