bin/omf6 in nitos_testbed_rc-1.0.0.pre.1 vs bin/omf6 in nitos_testbed_rc-1.0.0.pre.2

- old
+ new

@@ -2,10 +2,10 @@ require 'rubygems' require 'time' require 'omf_common' require 'optparse' -@config = YAML.load_file('/etc/nitos_testbed_rc/omf_script_conf.yaml') +@config = YAML.load_file('~/.omf/etc/omf_script_conf.yaml') # @config = YAML.load_file(File.join(File.dirname(File.expand_path(__FILE__)), '.../etc/omf_script_conf.yaml')) @auth = @config[:auth] @xmpp = @config[:xmpp] @omf = @config[:omf_script]