X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=primary-setup;h=8ea0d06e4a80431288b4857dfe404028e2b51d07;hb=103a2e153f844343c359882079936b2521c82f15;hp=7699b17548f4a18af89def047744c399892c1f66;hpb=b18dade73dedfe69aa741f8417947d83c4208f2d;p=distro-setup diff --git a/primary-setup b/primary-setup index 7699b17..8ea0d06 100755 --- a/primary-setup +++ b/primary-setup @@ -34,6 +34,11 @@ EOF fi source /a/bin/bash_unpublished/source-state +# fixing up a bad state that servers got in. +if [[ -e /dev/shm/iank-status ]]; then + chown iank.iank /dev/shm/iank-status +fi + if dpkg -s rss2email &>/dev/null; then if [[ $HOSTNAME == "$MAIL_HOST" ]]; then @@ -43,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