mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Removed bracket
This commit is contained in:
parent
1edaba4d71
commit
5dfb031e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
logtext "Test: Checking password file consistency (pwck)"
|
||||
TESTED=0
|
||||
case ${OS} in)
|
||||
case ${OS} in
|
||||
"Linux")
|
||||
FIND=`/usr/sbin/pwck -q -r 2> /dev/null; echo $?`
|
||||
TESTED=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue