mostly fixes
[distro-setup] / primary-setup
index 01ddd536f7ea7f424fbfbbe2839d3f91f710f30b..8ea0d06e4a80431288b4857dfe404028e2b51d07 100755 (executable)
@@ -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