Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sjögren <konstruktoid@users.noreply.github.com>2020-03-24 13:53:50 +0300
committerThomas Sjögren <konstruktoid@users.noreply.github.com>2020-03-24 13:53:50 +0300
commitbc09f921f0a8d28f2ff19df8c359f5be71c064f5 (patch)
treeaafa0d4db7a0c28c3c46e9be712d77f3459e1d58 /include/tests_authentication
parent0b9e2d85d6a593bc4f71565d9756d129a1859e27 (diff)
fix indentation
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index c3c072f5..ce821fba 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -410,7 +410,7 @@
PASSWORD_MINIMUM_ROUNDS=${FIND}
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result "${STATUS_SUGGESTION}" --color YELLOW
AddHP 1 2
- else
+ else
LogText "Result: number of encryption algorithm rounds is ${FIND}"
PASSWORD_MINIMUM_ROUNDS=${FIND}
Display --indent 2 --text "- Group password hashing rounds (minimum)" --result CONFIGURED --color GREEN