This commit is contained in:
asiebelt 2016-01-02 18:07:02 +01:00
parent 81bac124ee
commit 7f462d0a41
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
fi
elif [ "${TESTTYPE}" = "<" ]; then
if [ "${FOUNDVALUE}" -ge "${WEAKVALUE}" -o "${FOUNDVALUE}" -gt "${MEDIUMSCOREDVALUE}"]; then
if [ "${FOUNDVALUE}" -ge "${WEAKVALUE}" -o "${FOUNDVALUE}" -gt "${MEDIUMSCOREDVALUE}" ]; then
RESULT="WEAK"
elif [ "${FOUNDVALUE}" -le "${MEDIUMSCOREDVALUE}" ]; then
RESULT="MIDSCORED"