diff --git a/bash/rescue.sh b/bash/rescue.sh index 1d64d59..b466b92 100644 --- a/bash/rescue.sh +++ b/bash/rescue.sh @@ -133,7 +133,7 @@ source \"/etc/bash/main.sh\" ; rescue_configure \"${hostname}\"" # attach session mosh "${user_host}" -- byobu attach-session else - echo "Host?" + echo "host & hostname" return 1 fi }