X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=switch-mail-host;h=2d74ceb824d69ac62089b5491abdfad4db0424ba;hb=0da09a2fa9c4ce921d5af5be8494c4a96cce43de;hp=199c16d1a736a3faba6452337689b95252cbd5ad;hpb=9d21aed0c95e0c343f2769a724d9dbb220874185;p=distro-setup diff --git a/switch-mail-host b/switch-mail-host index 199c16d..2d74ceb 100644 --- a/switch-mail-host +++ b/switch-mail-host @@ -24,7 +24,7 @@ EOF update_wrt=true # default temp=$(getopt -l help owh "$@") || usage 1 -mp_args= +mp_args="-m /o,/q,/a" eval set -- "$temp" while true; do case $1 in @@ -142,7 +142,7 @@ EOF # I think exim will try ipv6 first, so no need to disable # ipv6 i think. -$old_shell primary-setup $new_hostname +$old_shell /a/exe/primary-setup $new_hostname if $localhost_new; then btrbk-run -s $old_host $mp_args @@ -150,7 +150,7 @@ else btrbk-run -t $new_host $mp_args fi -$new_shell primary-setup $new_hostname +$new_shell /a/exe/primary-setup $new_hostname if $restore_new_btrbk; then $new_shell sudo systemctl start btrbk.timer