Don't crash if LemonLDAP::NG is disabled

Ref: #30852
This commit is contained in:
Daniel Dehennin
2020-10-14 13:17:07 +02:00
parent 6be262c6fb
commit 04c73c223b
3 changed files with 18 additions and 18 deletions

View File

@ -1,9 +1,6 @@
#!/bin/bash
[ "$(CreoleGet activerLemon non)" = 'oui' ] || exit 0
# Updating Configuration cache
cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
opt="update-cache"
res=$(${cmd} ${opt} 2>&1)
exit ${?}
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache 2>&1