diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index c52af9f..cd7f899 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -1,4 +1,4 @@ -function ovh-rescue-setup { +function ovh-rescue-configure { local packages=( 'byobu' 'mosh' ) @@ -94,7 +94,7 @@ if [ "${host}" ] ; then rsync --delete --recursive "${MAIN_BASH_ROOT}/" "${user_host}:/etc/bash/" # call setup # TODO variable - ssh "${user_host}" -- "source '/etc/bash/main.sh' ; ovh-rescue-setup" + ssh "${user_host}" -- "source '/etc/bash/main.sh' ; ovh-rescue-configure" # create session ssh "${user_host}" -- byobu new-session -d # send keys