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

Merge branch 'feature-1437' of git.opennebula.org:one into feature-1437

This commit is contained in:
Tino Vazquez 2012-09-13 16:24:40 +02:00
commit 665dd74e3b

View File

@ -47,7 +47,7 @@ source $(dirname $0)/tm_vmwarerc
#-------------------------------------------------------------------------------
SRC_PATH=`arg_path $SRC`
SRC_PATH="../../${SRC_PATH##"$DS_DIR/"}"
SRC_FOLDER=`basename $SRC_PATH`
SRC_FOLDER=`basename $(dirname $SRC_PATH)`
DST_PATH=`arg_path $DST`
DST_HOST=`arg_host $DST`