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 } # }}}