mirror of https://github.com/CISOfy/lynis.git
Removed bracket
This commit is contained in:
parent
1edaba4d71
commit
5dfb031e4d
|
@ -238,7 +238,7 @@
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
logtext "Test: Checking password file consistency (pwck)"
|
logtext "Test: Checking password file consistency (pwck)"
|
||||||
TESTED=0
|
TESTED=0
|
||||||
case ${OS} in)
|
case ${OS} in
|
||||||
"Linux")
|
"Linux")
|
||||||
FIND=`/usr/sbin/pwck -q -r 2> /dev/null; echo $?`
|
FIND=`/usr/sbin/pwck -q -r 2> /dev/null; echo $?`
|
||||||
TESTED=1
|
TESTED=1
|
||||||
|
|
Loading…
Reference in New Issue