mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Style improvement
This commit is contained in:
parent
83a9470b72
commit
0b0b0ea905
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue