1
0
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:
Daniel Boca 2023-03-04 23:44:25 +02:00
parent d80fd8dafb
commit 61197fe6d3
No known key found for this signature in database
GPG Key ID: D82613556F851A5D

View File

@ -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