.
This commit is contained in:
parent
c22e6d18ce
commit
39fdabd885
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ rescue_upload() {
|
||||||
# call setup
|
# call setup
|
||||||
# TODO variable
|
# TODO variable
|
||||||
ssh "${user_host}" -- "\
|
ssh "${user_host}" -- "\
|
||||||
source \"/etc/bash/main.sh\" ; rescue_configure \"${hostname}\""
|
. \"/etc/bash/main.sh\" ; rescue_configure \"${hostname}\""
|
||||||
# create session
|
# create session
|
||||||
ssh "${user_host}" -- byobu new-session -d
|
ssh "${user_host}" -- byobu new-session -d
|
||||||
# send keys
|
# send keys
|
||||||
|
|
Loading…
Reference in a new issue