Fix op_checkoccurencename() in web-add.sh (again)
I had it wrong in 9523fff658
:/
This commit is contained in:
parent
6438732ea4
commit
283d0bccad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue