mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-03 01:17:41 +03:00
F #5906: added printing of stdout & stderr for onehost sync --force.-fix
This commit is contained in:
parent
d80fd8dafb
commit
61197fe6d3
@ -64,7 +64,7 @@ class HostSyncManager
|
||||
end
|
||||
|
||||
assemble_cmd = lambda do |steps|
|
||||
"exec 2>&1 /dev/null; #{steps.join(' && ')}"
|
||||
"exec 2>&1 > /dev/null; #{steps.join(' && ')}"
|
||||
end
|
||||
|
||||
case copy_method
|
||||
|
Loading…
Reference in New Issue
Block a user