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

Bug #705: Add OneMonitor folder to require search path in launch script (needed by ruby > 1.9)

This commit is contained in:
Hector Sanjuan 2011-07-02 15:34:57 +02:00 committed by Ruben S. Montero
parent 08b64e8090
commit 8e41d7f188

View File

@ -16,6 +16,8 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
$: << File.dirname(__FILE__)
require 'HostMonitor.rb'
require 'VMMonitor.rb'