mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-29 16:45:50 +02:00
Fix a bug for 9.2.16
This commit is contained in:
parent
39dc43adb2
commit
623cfa4812
@ -36,7 +36,7 @@ audit () {
|
||||
if [ $FNRET = 0 ]; then
|
||||
ok "$PATTERN is present in $FILE"
|
||||
check_param_pair_by_pam $FILE $KEYWORD $OPTIONNAME ge $CONDT_VAL
|
||||
if [ $FNRET = 0 ]; thena
|
||||
if [ $FNRET = 0 ]; then
|
||||
ok "$OPTIONNAME set condition is less-than-or-equal-to $CONDT_VAL"
|
||||
reset_ok
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user