1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

B #6073: add user for make_dst_path action (#2438)

Signed-off-by: Neal Hansen <nhansen@opennebula.io>
This commit is contained in:
Neal 2023-01-06 11:05:09 -07:00 committed by GitHub
parent 4f71e1f266
commit 1035c6af9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ end
# 2. [host] rsync files
#-------------------------------------------------------------------------------
rc = TransferManager::Action.ssh('make_dst_path',
:host => rsync_host,
:host => "#{rsync_user}@#{rsync_host}",
:cmds => "mkdir -p #{backup_path}")
if rc != 0