mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
F #4089: Merge LXD code. Linting. STDERR fix
co-authored-by: Christian González <cgonzalez@opennebula.systems>
This commit is contained in:
parent
098e9b9786
commit
3b50732c98
@ -44,7 +44,7 @@ module Command
|
||||
def self.execute_rc_log(cmd, lock = false)
|
||||
rc, _stdout, stderr = execute(cmd, lock)
|
||||
|
||||
puts stderr unless rc.zero?
|
||||
STDERR.puts stderr unless rc.zero?
|
||||
|
||||
rc.zero?
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user