From aae7b65323ce29004675f69626c0b038255b9cab Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 5 May 2014 11:10:05 -0300 Subject: [PATCH] community_hub: add proxy config for hub listener --- plugins/community_hub/script/hub_updater | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/community_hub/script/hub_updater b/plugins/community_hub/script/hub_updater index 8da9ce6..f1e5dc4 100755 --- a/plugins/community_hub/script/hub_updater +++ b/plugins/community_hub/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