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
1 changed files with 1 additions and 1 deletions

View File

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