1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: onevm ssh returns exitstatus (#1238)

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
This commit is contained in:
Ricardo Diaz 2021-05-20 16:01:23 +02:00 committed by GitHub
parent cc2ae9ef7b
commit 24ca6db51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1598,6 +1598,8 @@ CommandParser::CmdParser.new(ARGV) do
system("ssh #{login}@#{ip} -p #{port} #{cmd}")
end
$?.exitstatus
end
port_desc = <<-EOT.unindent