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

B #4002: Restore missing ssh_make_path (#4013)

(cherry picked from commit 7ccba8db0589bc4a338e02bb221ee4950d47e9aa)
This commit is contained in:
Jan Orel 2019-12-03 10:28:53 +01:00 committed by Ruben S. Montero
parent 16884d1c4b
commit eb73ce3008
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -52,6 +52,12 @@ SRC_DS_PATH="$(dirname $(dirname $SRC_ARG_PATH))"
SRC_PATH="${DST_DS_PATH}${SRC_ARG_PATH##$SRC_DS_PATH}"
#-------------------------------------------------------------------------------
# Create DST path
#-------------------------------------------------------------------------------
ssh_make_path $DST_HOST $DST_DIR
#-------------------------------------------------------------------------------
# Link (ln) SRC into DST
#-------------------------------------------------------------------------------