Merge branch 'master' into dist/eole/2.6.2/master
This commit is contained in:
commit
c7c5f08b7a
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Updating Configuration cache
|
||||||
|
|
||||||
|
cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
|
||||||
|
opt="update-cache"
|
||||||
|
|
||||||
|
res=$(${cmd} ${opt} 2>&1)
|
||||||
|
exit ${?}
|
Loading…
Reference in New Issue