1
0
Fork 0
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:
Josué Tille 2024-02-26 20:17:26 +01:00
parent 86293ea5c6
commit d1926e4671
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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