X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=primary-setup;fp=primary-setup;h=8ea0d06e4a80431288b4857dfe404028e2b51d07;hb=01ccff895787ca94ad37d11cb93f0440a29edd7c;hp=01ddd536f7ea7f424fbfbbe2839d3f91f710f30b;hpb=3629611b971950db2ed8a42a8f9578062cd906c6;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