From fd63db37d217a5f5a7bd240fa59ab8ce6794f69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 15 Feb 2021 12:06:16 +0100 Subject: [PATCH] No longer remove benchmarks! --- cluster/maco.remove.jobs.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cluster/maco.remove.jobs.sh b/cluster/maco.remove.jobs.sh index 68072bc..d88059c 100755 --- a/cluster/maco.remove.jobs.sh +++ b/cluster/maco.remove.jobs.sh @@ -71,14 +71,11 @@ procs running (with the pattern: ${RED}${local_proc_pattern}${COLOR_DEBUG}) on t remove_cron() { # {{{ debug_message "remove_cron − \ -Try to remove maco's cron jobs (autoupdate, benchmark,…)." +Try to remove maco's cron jobs (autoupdate,…)." ## Remove default Maco cron that check updates rm -f /etc/cron.daily/ipr_autoupdate - ## and benchmark - rm -f /etc/cron.daily/ipr_benchmark /etc/cron.monthly/ipr_benchmark - } # }}} manage_systemd_service() { # {{{