mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1809 from jijiang/CA-266843
CP-266755 & CA-266843: Fix XC brand string improve
This commit is contained in:
commit
3c284a463a
@ -38,10 +38,4 @@ FOUND_TYPO=$(grep -iow $WORDS $1)
|
||||
if [ "${FOUND_TYPO}" != "" ]
|
||||
then
|
||||
echo "$1 contains $FOUND_TYPO"
|
||||
fi
|
||||
|
||||
for w in "operation system" "goto " "TODO[: ]*[rR]emove
|
||||
"
|
||||
do
|
||||
grep -qi "$w" "$1" && echo "$1 contains $w"
|
||||
done
|
||||
fi
|
Loading…
Reference in New Issue
Block a user