vfebvre
536da57382
author vfebvre <vfebvre@cadoles.com> 1599144265 +0200 committer Philippe Caseiro <pcaseiro@cadoles.com> 1606220045 +0100 Corrections diverses
13 lines
280 B
Bash
13 lines
280 B
Bash
#!/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
|