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

bug #334: fixed bug in script

This commit is contained in:
Jaime Melis 2010-09-02 17:49:18 +02:00
parent 9459d4724c
commit 00f9879b78

View File

@ -41,7 +41,7 @@ WGET=/usr/bin/wget
function get_vmdir
{
VMDIR=`$ONE_CONF | grep '^VM_DIR=' $ONE_LOCAL_VAR | cut -d= -f2`
VMDIR=`grep '^VM_DIR=' $ONE_LOCAL_VAR | cut -d= -f2`
}
function fix_paths