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

Absolute path for vmkfstools posses problems in ESX4x

(cherry picked from commit 45e77fb2b4e21ed27c4ee4d02f6198dcadda80f0)
This commit is contained in:
Tino Vazquez 2012-07-03 16:22:54 +02:00
parent 9f1446655e
commit 1a4c8d90d9

View File

@ -44,7 +44,7 @@ SYNC=sync
TAR=tar
TGTADM=tgtadm
TGTADMIN=tgt-admin
VMKFSTOOLS=/usr/sbin/vmkfstools
VMKFSTOOLS=vmkfstools
WGET=wget
if [ "x$(uname -s)" = "xLinux" ]; then