fixed
This commit is contained in:
parent
065e93d409
commit
8e3c277976
@ -115,7 +115,7 @@ module Devops
|
|||||||
@out.flush
|
@out.flush
|
||||||
i = 0
|
i = 0
|
||||||
cmd = "ssh -i #{cert_path} -q #{@server.remote_user}@#{ip} 'exit'"
|
cmd = "ssh -i #{cert_path} -q #{@server.remote_user}@#{ip} 'exit'"
|
||||||
out << "Test command: '#{cmd}'\n"
|
@out << "Test command: '#{cmd}'\n"
|
||||||
cmd << " 2>&1"
|
cmd << " 2>&1"
|
||||||
begin
|
begin
|
||||||
sleep(5)
|
sleep(5)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user