Bug corrigé: argument nice mal défini

This commit is contained in:
Axel ROGER 2013-01-23 08:37:23 +00:00
parent daf7e5b71f
commit 5abb1c0625
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ done
ALTERNC_LOGS="$ALTERNC_LOC/logs"
#Compress logs older than XX days
nice 10 find "$ALTERNC_LOGS" -not -name '*.gz' -mtime +$DAYS -exec gzip '{}' \;
nice -n 10 find "$ALTERNC_LOGS" -not -name '*.gz' -mtime +$DAYS -exec gzip '{}' \;