#!/bin/bash


[ $(CreoleGet activer_sso non) = "non" ] && exit 0

# Updating Configuration cache

cmd="/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache"
opt="update-cache"

# Updating Configuration cache
CreoleRun "/usr/share/lemonldap-ng/bin/lemonldap-ng-cli update-cache 2>&1" web
