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:
-rw-r--r--include/parameters2
-rw-r--r--include/tests_authentication2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index 0edae1cd..2d9ef14d 100644
--- a/include/parameters
+++ b/include/parameters
@@ -337,7 +337,7 @@
;;
# Strip the colors which aren't clearly visible on light backgrounds
- --reverse-colors| --reverse-colour)
+ --reverse-colors | --reverse-colour)
BLUE="${NORMAL}";
SECTION="${NORMAL}";
NOTICE="${NORMAL}";
diff --git a/include/tests_authentication b/include/tests_authentication
index 21bcf719..a20f8976 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -302,7 +302,7 @@
FIND=$(${ROOTDIR}usr/sbin/pwck -q -r 2> /dev/null; echo $?)
TESTED=1
;;
- "Solaris"|"HP-UX")
+ "Solaris" | "HP-UX")
FIND=$(${ROOTDIR}usr/sbin/pwck 2> /dev/null; echo $?)
TESTED=1
;;