Removed bracket

This commit is contained in:
mboelen 2015-09-24 21:26:55 +02:00
parent 1edaba4d71
commit 5dfb031e4d
1 changed files with 1 additions and 1 deletions

View File

@ -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