|
#!/bin/bash
|
|
|
|
|
|
[[ $(CreoleGet activerLemon non) == "non" ]] && exit 0
|
|
|
|
# Updating Configuration cache
|
|
|
|
cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
|
|
opt="update-cache"
|
|
|
|
# Updating Configuration cache
|
|
/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache 2>&1
|