Skip to content

Commit

Permalink
fix script error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Langoureaux committed Mar 4, 2016
1 parent 22920d3 commit 43f2385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,5 +464,5 @@ def add_end_file(self, file, line):
serviceRun.set_ldap(os.getenv('LDAP_ENABLED', 'false'), os.getenv('LDAP_AUTH_FORMAT'), os.getenv('LDAP_HOST'), os.getenv('LDAP_USER'), os.getenv('LDAP_PASSWORD'), os.getenv('LDAP_ADMINS'), os.getenv('LDAP_GROUP_SEARCHBASE'), os.getenv('LDAP_USER_SEARCHBASE'))

# Reverse Proxy
if os.getenv('REVERSE_PROXY_URL') not None:
if os.getenv('REVERSE_PROXY_URL') is not None:
serviceRun.set_reverse_proxy(os.getenv('REVERSE_PROXY_URL'))

0 comments on commit 43f2385

Please # to comment.