mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Add standard paths to the commands executed in OpenNebulaNetwork.rb
This commit is contained in:
parent
ff9210f95e
commit
27db93832b
@ -42,6 +42,9 @@ COMMANDS = {
|
||||
:lsmod => "lsmod"
|
||||
}
|
||||
|
||||
# Set PATH
|
||||
ENV['PATH'] = "#{ENV['PATH']}:/bin:/sbin:/usr/bin"
|
||||
|
||||
class VM
|
||||
attr_accessor :nics, :vm_info, :deploy_id
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user