From c2d83e717f8c3fbb9862f4d8e2aa70a6e23e88a0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 11 Nov 2024 21:08:52 +0100 Subject: [PATCH] error --- bash/rescue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }