Projet

Général

Profil

Evolution #2588

Mis à jour par Joël Cuissinat il y a plus de 12 ans

Les tests suivants sont susceptibles de provoquer des erreurs "opérateur unaire attendu" :
<pre>
jojo:~/git/era(master)$ grep activer_nufw * bastion.sh
bastion.sh:if [ $activer_nufw = "non" ]
bastion.sh:if [ $activer_nufw = "oui" ]; then

bastion.sh:if [ $activer_nufw = "non" ]
bastion.sh:if [ $activer_nufw = "oui" ]; then
</pre>

Retour