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

B #5224: fix CLI output when no terminal (#637)

This commit is contained in:
Alejandro Huertas Herrero 2021-01-13 18:15:49 +01:00 committed by GitHub
parent 2586034a31
commit 4559bb5226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -705,7 +705,7 @@ EOT
else
rc = pool.info
return rc if OpenNebula.is_error?(rc)
return -1, rc.message if OpenNebula.is_error?(rc)
_, hash = print_page(pool, options)