This commit is contained in:
Marc Beninca 2024-11-11 17:02:08 +01:00
parent bf1e7539fa
commit 5776a03fe4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -101,9 +101,9 @@ rescue_hetzner_install() {
}
rescue_hetzner_upload() {
local host="${1}"
local hostname="${2}"
if [ "${hostname}" ] ; then
local host="${1}"
local hostname="${2}"
if [ "${hostname}" ] ; then
local user='root'
#
local user_host="${user}@${host}"
@ -124,10 +124,10 @@ if [ "${hostname}" ] ; then
ssh "${user_host}" -- byobu send-keys 'rescue_hetzner_install' 'C-m'
# attach session
mosh "${user_host}" -- byobu attach-session
else
else
echo 'Host?'
return 1
fi
fi
}
rescue_hetzner_wipe_8_8_0_init() {