# Copyright (C) 2019 Ian Kelling
# SPDX-License-Identifier: AGPL-3.0-or-later
-# todo, primary-setup doesnt get called on distro-begin
# todo: sm pull really needs to execute as systemd else it will always fail
# because of journal reload
-#
-# todo: bbk -t kw didn't remount /p to a new subvol
# todo setup better backup/sync of MAIL_HOST emails
new_host=$HOSTNAME
fi
m sed -ri "s/MAIL_HOST=.*/MAIL_HOST=$new_host/" /a/bin/bash_unpublished/source-state
- source /a/bin/bash_unpublished/source-state
fi
+source /a/bin/bash_unpublished/source-state
+
if dpkg -s rss2email &>/dev/null; then
if [[ $HOSTNAME == "$MAIL_HOST" ]]; then