1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-22 17:57:46 +03:00

bug #334: added config to the path

This commit is contained in:
Jaime Melis 2010-09-02 18:08:21 +02:00
parent 00f9879b78
commit 705b5ed565

View File

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