Browse Source

Fix Invalid configID

pull/338/head
ericgaspar 6 years ago
parent
commit
30759821ec
No known key found for this signature in database GPG Key ID: 574F281483054D44
  1. 2
      scripts/install

2
scripts/install

@ -187,7 +187,7 @@ ynh_secure_remove --file="$nc_conf"
#================================================= #=================================================
# Check LDAP configuration to see if everything worked well # Check LDAP configuration to see if everything worked well
exec_occ ldap:test-config \'\' \
exec_occ ldap:test-config '' \
|| ynh_die --message="An error occured during LDAP configuration" || ynh_die --message="An error occured during LDAP configuration"
#================================================= #=================================================

Loading…
Cancel
Save