No longer remove benchmarks!

This commit is contained in:
Jeremy Gardais 2021-02-15 12:06:16 +01:00
parent 3126864255
commit fd63db37d2
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 4 deletions

View File

@ -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() { # {{{