From 30759821eca72a1d636ec36c136b9018b239eb0b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 3 Oct 2020 15:36:48 +0200 Subject: [PATCH] Fix Invalid configID --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bacc853..abcedb4 100755 --- a/scripts/install +++ b/scripts/install @@ -187,7 +187,7 @@ ynh_secure_remove --file="$nc_conf" #================================================= # 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" #=================================================