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

I had it wrong in 9523fff658 :/
This commit is contained in:
Ludovic Poujol 2019-10-02 17:40:01 +02:00
parent 6438732ea4
commit 283d0bccad

View file

@ -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