mirror of https://github.com/CISOfy/lynis.git
Style improvement
This commit is contained in:
parent
83a9470b72
commit
0b0b0ea905
|
@ -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}";
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue