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:
parent
247b340f8a
commit
1cf52c5368
@ -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]||''
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user