Skip to content

Commit

Permalink
Fix for bad tm_vmware clone path for vmkfstools
Browse files Browse the repository at this point in the history
  • Loading branch information
tinova committed Jul 24, 2012
1 parent 4891a5c commit 825a913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tm_mad/vmware/clone
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 825a913

Please sign in to comment.