04c73c223b
Ref: #30852
7 lines
162 B
Bash
7 lines
162 B
Bash
#!/bin/bash
|
|
|
|
[ "$(CreoleGet activerLemon non)" = 'oui' ] || exit 0
|
|
|
|
# Updating Configuration cache
|
|
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache 2>&1
|