X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=switch-mail-host;h=15986953039ea2ae002af37006d2dcb72045adc0;hb=63acc2d602eb316a1c0abb7ec842e4789c8beaec;hp=f26b945bea1a1b139a1232e08942fe8192f7a1af;hpb=343a048be4b32d18540c6531048d2b9a006774ae;p=distro-setup diff --git a/switch-mail-host b/switch-mail-host index f26b945..1598695 100644 --- a/switch-mail-host +++ b/switch-mail-host @@ -26,10 +26,10 @@ restore_new_btrbk=false restore_old_btrbk=false cleanup() { if $restore_new_btrbk; then - $new_shell sudo systemctl start btrbk.timer + m $new_shell sudo systemctl start btrbk.timer fi if $restore_old_btrbk; then - $old_shell sudo systemctl start btrbk.timer + m $old_shell sudo systemctl start btrbk.timer fi } _errcatch_cleanup=cleanup # used by sourced err