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

Fix for bad tm_vmware clone path for vmkfstools

This commit is contained in:
Tino Vazquez 2012-07-24 17:34:45 +02:00
parent 4891a5c1e5
commit 825a913b91

View File

@ -59,6 +59,8 @@ log "Cloning $SRC_PATH in $DST"
CLONESCRIPT=$(cat <<EOF
cd $DST_DIR
export PATH=/usr/sbin:/sbin:\$PATH
if which sudo > /dev/null; then
SUDO_CMD="sudo "
fi