mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 17:24:32 +02:00
Removed bracket
This commit is contained in:
parent
1edaba4d71
commit
5dfb031e4d
@ -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…
x
Reference in New Issue
Block a user