Corrige r3865 qui était bugué

This commit is contained in:
Alan Garcia 2014-01-08 11:54:27 +00:00
parent 7d50c398c7
commit 79023396cf
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ done
stop_if_jobs_locked
# ALTERNC_LOGS is from local.sh
nice 10 -n find "$ALTERNC_LOGS" -mtime +$DAYS -delete
nice -n 10 find "$ALTERNC_LOGS" -mtime +$DAYS -delete