fix paths due to no fixing bashrc on ssh
authorIan Kelling <ian@iankelling.org>
Mon, 29 Jul 2019 17:04:44 +0000 (13:04 -0400)
committerIan Kelling <ian@iankelling.org>
Mon, 29 Jul 2019 17:04:44 +0000 (13:04 -0400)
primary-setup
switch-mail-host

index 22ec48eb9c1b8539895a3c36d9fd6cabb5d27c7c..1a6ce0e05158124c1078040fdf24b1ab7f6cf068 100755 (executable)
@@ -33,6 +33,6 @@ else
   # done
 fi
 
-mail-setup
+/a/exe/mail-setup
 exit 0
 :
index 199c16d1a736a3faba6452337689b95252cbd5ad..32642240dd17cf4e4978accfa2f4a27ea92cc14c 100644 (file)
@@ -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