mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Change function call position
This commit is contained in:
parent
e436c8bd5e
commit
e48353724f
@ -618,11 +618,10 @@ function validate_os_sshpass {
|
|||||||
MESSAGE="Validating Connection to ${REMOTE_HOST}"
|
MESSAGE="Validating Connection to ${REMOTE_HOST}"
|
||||||
echo_stat
|
echo_stat
|
||||||
|
|
||||||
ssh_function
|
|
||||||
|
|
||||||
CMD_TIMEOUT='5'
|
CMD_TIMEOUT='5'
|
||||||
CMD_REQUESTED="exit"
|
CMD_REQUESTED="exit"
|
||||||
echo -e "${SSH_SEND}"
|
ssh_function
|
||||||
|
echo -en "${SSH_SEND}"
|
||||||
${SSH_SEND} >/dev/null 2>&1
|
${SSH_SEND} >/dev/null 2>&1
|
||||||
error_validate
|
error_validate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user