From 821fb4828a2119355eff7104329f6cde8e20d1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Tue, 18 Aug 2020 09:50:47 +0200 Subject: [PATCH] Also purge monthly bench for the tests --- cluster/maco.remove.jobs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/maco.remove.jobs.sh b/cluster/maco.remove.jobs.sh index e83446a..d982d8c 100755 --- a/cluster/maco.remove.jobs.sh +++ b/cluster/maco.remove.jobs.sh @@ -76,7 +76,7 @@ Try to remove maco's cron jobs (autoupdate, benchmark,…)." rm -f /etc/cron.daily/ipr_autoupdate ## and benchmark - rm -f /etc/cron.daily/ipr_benchmark + rm -f /etc/cron.daily/ipr_benchmark /etc/cron.monthly/ipr_benchmark } # }}}