Fix op_checkoccurencename() in web-add.sh (again)

I had it wrong in 9523fff658 :/
Cette révision appartient à :
Ludovic Poujol 2019-10-02 17:40:01 +02:00
Parent 6438732ea4
révision 283d0bccad

Voir le fichier

@ -1075,7 +1075,7 @@ op_checkoccurencename() {
fi
done
echo "$servernames" "$aliases" | grep -wE "\s$name"
echo "$servernames" "$aliases" | grep -E "\b$name"
else
usage
fi