mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +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
@ -39,9 +39,3 @@ if [ "${FOUND_TYPO}" != "" ]
|
|||||||
then
|
then
|
||||||
echo "$1 contains $FOUND_TYPO"
|
echo "$1 contains $FOUND_TYPO"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for w in "operation system" "goto " "TODO[: ]*[rR]emove
|
|
||||||
"
|
|
||||||
do
|
|
||||||
grep -qi "$w" "$1" && echo "$1 contains $w"
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user