mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 01:04:39 +02:00
Fix typo
This commit is contained in:
parent
81bac124ee
commit
7f462d0a41
@ -148,7 +148,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ "${TESTTYPE}" = "<" ]; then
|
elif [ "${TESTTYPE}" = "<" ]; then
|
||||||
if [ "${FOUNDVALUE}" -ge "${WEAKVALUE}" -o "${FOUNDVALUE}" -gt "${MEDIUMSCOREDVALUE}"]; then
|
if [ "${FOUNDVALUE}" -ge "${WEAKVALUE}" -o "${FOUNDVALUE}" -gt "${MEDIUMSCOREDVALUE}" ]; then
|
||||||
RESULT="WEAK"
|
RESULT="WEAK"
|
||||||
elif [ "${FOUNDVALUE}" -le "${MEDIUMSCOREDVALUE}" ]; then
|
elif [ "${FOUNDVALUE}" -le "${MEDIUMSCOREDVALUE}" ]; then
|
||||||
RESULT="MIDSCORED"
|
RESULT="MIDSCORED"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user