mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Cleanup dirty code
This commit is contained in:
parent
86293ea5c6
commit
d1926e4671
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ install_sources() {
|
|||
fi
|
||||
|
||||
# Apply patch for LDAP auth if needed
|
||||
env
|
||||
if ! grep -F -q '# LDAP Filter anonymous user Applied' $code_dir/lib/python$python_version/site-packages/ldap_auth_provider.py; then
|
||||
pushd $code_dir/lib/python$python_version/site-packages
|
||||
patch < $YNH_APP_BASEDIR/sources/ldap_auth_filter_anonymous_user.patch
|
||||
|
|
Loading…
Reference in a new issue