mirror of https://github.com/CISOfy/lynis.git
fix indentation
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
0b9e2d85d6
commit
bc09f921f0
|
@ -410,7 +410,7 @@
|
||||||
PASSWORD_MINIMUM_ROUNDS=${FIND}
|
PASSWORD_MINIMUM_ROUNDS=${FIND}
|
||||||
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result "${STATUS_SUGGESTION}" --color YELLOW
|
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result "${STATUS_SUGGESTION}" --color YELLOW
|
||||||
AddHP 1 2
|
AddHP 1 2
|
||||||
else
|
else
|
||||||
LogText "Result: number of encryption algorithm rounds is ${FIND}"
|
LogText "Result: number of encryption algorithm rounds is ${FIND}"
|
||||||
PASSWORD_MINIMUM_ROUNDS=${FIND}
|
PASSWORD_MINIMUM_ROUNDS=${FIND}
|
||||||
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result CONFIGURED --color GREEN
|
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result CONFIGURED --color GREEN
|
||||||
|
|
Loading…
Reference in New Issue