mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-02 09:47:00 +03:00
Add '/usr/local/bin' to path for bundler to work
This commit is contained in:
parent
e0fb9be73a
commit
8ead29ba97
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
# Add '/usr/local/bin' to $PATH. In CentOS 7.3 gem bins are installed installed
|
||||
# in that path, but it's not in the $PATH.
|
||||
ENV['PATH'] += ENV['PATH'] + ':/usr/local/bin'
|
||||
|
||||
require 'pp'
|
||||
|
||||
DEFAULT_PRE=%w{sunstone quota cloud auth_ldap vmware oneflow ec2_hybrid oca onedb market}
|
||||
|
Loading…
x
Reference in New Issue
Block a user