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

fix IMAGE_DIR creation

git-svn-id: http://svn.opennebula.org/one/trunk@746 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Rubén S. Montero 2009-07-23 15:05:17 +00:00
parent 876c510b10
commit 5aac3bd5f4

View File

@ -1,7 +1,7 @@
#!/bin/bash
eval `grep ^IMAGE_DIR= $ONE_LOCATION/etc/econe.conf `
export TMPDIR=$IMG_DIR/tmp
export TMPDIR=$IMAGE_DIR/tmp
mkdir -p $TMPDIR
nohup ruby $ONE_LOCATION/lib/ruby/econe/eco.rb >> $ONE_LOCATION/var/econe.log &