fix btrbk service
[distro-setup] / switch-mail-host
old mode 100755 (executable)
new mode 100644 (file)
index c67f306..cbb7e69
@@ -23,7 +23,7 @@ EOF
 ##### begin command line parsing ########
 
 update_wrt=true # default
-temp=$(getopt -l help wh "$@") || usage 1
+temp=$(getopt -l help owh "$@") || usage 1
 mp_args=
 eval set -- "$temp"
 while true; do
@@ -142,8 +142,6 @@ EOF
 
 $old_shell primary-setup $new_hostname
 
-/a/bin/distro-setup/install-my-scripts
-
 if $localhost_new; then
   btrbk-run -s $old_host $mp_args
 else