This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
evoadmin-web
Watch
16
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 in
9523fff658
:/
master
Ludovic Poujol
1 year ago
parent
6438732ea4
commit
283d0bccad
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 -
wE
"
\s
$name
"
echo
"
$servernames
"
"
$aliases
"
|
grep -
E
"
\b
$name
"
else
usage
fi
Write
Preview
Loading…
Cancel
Save