mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Else in wrong place
This commit is contained in:
parent
21f25e00a2
commit
cf80241c9e
@ -81,7 +81,7 @@ function import_gs {
|
||||
|
||||
MESSAGE="Using ${REMOTE_USER}@${REMOTE_HOST}"
|
||||
echo_info
|
||||
|
||||
|
||||
detect_ssh
|
||||
else
|
||||
echo_fail
|
||||
@ -853,11 +853,10 @@ function detect_sshkeygen {
|
||||
echo_info
|
||||
KEYGEN_COMMAND="dropbearkey -t rsa -f"
|
||||
|
||||
else
|
||||
MESSAGE="No Alternatives Located"
|
||||
echo_info
|
||||
exit_nochange
|
||||
else
|
||||
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user