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

bug #798: Path to du util set to /usr/bin/du

(cherry picked from commit 706de92525c2054451ecb09174a0288ed2d7fbf4)
This commit is contained in:
Ruben S. Montero 2011-09-08 11:37:51 +02:00
parent 3c10a8ed60
commit 355d88ed80

View File

@ -20,7 +20,7 @@ BASH=/bin/bash
CUT=cut
DATE=/bin/date
DD=/bin/dd
DU=/bin/du
DU=/usr/bin/du
LVCREATE=/sbin/lvcreate
LVREMOVE=/sbin/lvremove
LVS=/sbin/lvs