From 79023396cfc48847481397cf785ec0430ce479c7 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Wed, 8 Jan 2014 11:54:27 +0000 Subject: [PATCH] =?UTF-8?q?Corrige=20r3865=20qui=20=C3=A9tait=20bugu=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/delete_logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delete_logs.sh b/src/delete_logs.sh index 3fb76285..64e3911e 100644 --- a/src/delete_logs.sh +++ b/src/delete_logs.sh @@ -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