diff --git a/script/hub_updater b/script/hub_updater index 8da9ce6..f1e5dc4 100755 --- a/script/hub_updater +++ b/script/hub_updater @@ -7,5 +7,6 @@ NOOSFERO_ROOT = File.expand_path(File.dirname(__FILE__) + '/../../../') Daemons.run_proc('hub') do require NOOSFERO_ROOT + '/config/environment' + require 'proxifier/env' unless ENV['PROXY'].blank? CommunityHubPlugin::Listener.run end -- libgit2 0.21.2