mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
core94: fix chrontab modification check for dma.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -56,7 +56,7 @@ mv -f /etc/ssh/ssh_host_rsa_key{,.old}
|
||||
sed -i /var/spool/cron/root.orig -e "/Force an update once a month/d"
|
||||
sed -i /var/spool/cron/root.orig -e "/ddns update-all --force/d"
|
||||
|
||||
grep -qv "dma -q" || cat <<EOF >> /var/spool/cron/root.orig
|
||||
grep -q "dma -q" /var/spool/cron/root.orig || cat <<EOF >> /var/spool/cron/root.orig
|
||||
|
||||
# Retry sending spooled mails regularly
|
||||
%hourly * /usr/sbin/dma -q
|
||||
|
||||
Reference in New Issue
Block a user