X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=primary-setup;h=8ea0d06e4a80431288b4857dfe404028e2b51d07;hb=606cd070ab0d88f45dae54ae960fef7245894373;hp=01ddd536f7ea7f424fbfbbe2839d3f91f710f30b;hpb=40dd151ec6ba75633c74568da59e35a45351f194;p=distro-setup diff --git a/primary-setup b/primary-setup index 01ddd53..8ea0d06 100755 --- a/primary-setup +++ b/primary-setup @@ -48,6 +48,10 @@ if dpkg -s rss2email &>/dev/null; then # off is in mail-setup. no reason for this to be in the rss2email block. m systemctl --now enable btrbk.timer else + files=(/sysd-mail-once/btrbk*) + if (( ${#files[@]} )); then + rm -f ${files[@]} + fi m systemctl --now disable btrbk.timer m systemctl stop rss2email.service