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

feature #307: modified default probe path

This commit is contained in:
Jaime Melis 2010-08-30 12:41:25 +02:00
parent 247b340f8a
commit 1cf52c5368
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ end
#-------------------------------------------------------------------------------
remote_dir = ENV["IM_REMOTE_DIR"]
remote_dir = "/tmp/one-im" if !remote_dir
remote_dir = "/tmp/one" if !remote_dir
hypervisor = ARGV[0]||''

View File

@ -120,7 +120,7 @@ end
# ShDriver Main program
# ---------------------------------------------------------------------------- #
remote_dir = ENV["VMM_REMOTE_DIR"]
remote_dir = "/tmp/one-im" if !remote_dir
remote_dir = "/tmp/one" if !remote_dir
hypervisor = ARGV[0]