This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
evoadmin-web
Watch
14
Star
0
Fork
0
Code
Issues
33
Pull Requests
4
Releases
0
Wiki
Activity
Browse Source
Fix op_checkoccurencename() in web-add.sh (again)
I had it wrong (again) in
283d0bccad
:-(
https://www.youtube.com/watch?v=TMy6X5cQul8
master
Ludovic Poujol
1 year ago
parent
283d0bccad
commit
234ac67634
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/web-add.sh
+ 1
- 1
scripts/web-add.sh
View File
@ -1075,7 +1075,7 @@ op_checkoccurencename() {
fi
done
echo
"
$servernames
"
"
$aliases
"
|
grep -E
"
\b
$name
"
echo
"
$servernames
"
"
$aliases
"
|
grep -E
"
(^|\s)
$name
(\s|
$
)
"
else
usage
fi
Write
Preview
Loading…
Cancel
Save