Projet

Général

Profil

Tâche #34406

Mis à jour par Joël Cuissinat il y a presque 2 ans

Le code diagnose n'est plus exécuté par exemple : La variable testée a été désactivée ;)
<pre>
root@scribe:~# bash -x /usr/share/eole/diagnose/71-lemonLDAP
++ CreoleGet activerLemon non
+ '[' non = oui ']'
+ exit 0
</pre>

<pre>
eole-lemonldap-ng$ rgrep activerLemon
diagnose/71-lemonLDAP:if [ $(CreoleGet activerLemon 'non') = 'oui' ]
postservice/99-lemonldap-ng:[[ $(CreoleGet activerLemon non) == "non" ]] && exit 0
posttemplate/70-lemonldap-ng-web:ENABLE=$(CreoleGet activerLemon 'non')
</pre>

Retour