Commit aae7b65323ce29004675f69626c0b038255b9cab

Authored by Victor Costa
1 parent 1e512551

community_hub: add proxy config for hub listener

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
plugins/community_hub/script/hub_updater
... ... @@ -7,5 +7,6 @@ NOOSFERO_ROOT = File.expand_path(File.dirname(__FILE__) + '/../../../')
7 7  
8 8 Daemons.run_proc('hub') do
9 9 require NOOSFERO_ROOT + '/config/environment'
  10 + require 'proxifier/env' unless ENV['PROXY'].blank?
10 11 CommunityHubPlugin::Listener.run
11 12 end
... ...