2018-04-12 09:26:49 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-10-14 13:17:07 +02:00
|
|
|
[ "$(CreoleGet activerLemon non)" = 'oui' ] || exit 0
|
2018-04-12 09:26:49 +02:00
|
|
|
|
2020-10-14 13:17:07 +02:00
|
|
|
# Updating Configuration cache
|
|
|
|
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache 2>&1
|