mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-08-30 05:58:35 +02:00
Fix a bug for 9.2.14
This commit is contained in:
parent
74a6bb379f
commit
1700f375a4
@ -48,7 +48,7 @@ audit_debian () {
|
||||
|
||||
audit_redhat () {
|
||||
for FILE in $FILES; do
|
||||
does_pattern_exist_in_file $FILE $PATTERN
|
||||
does_pattern_exist_in_file $FILE $OPTIONNAME
|
||||
if [ $FNRET = 0 ]; then
|
||||
crit "$OPTIONNAME is configured in $FILE"
|
||||
FNRET=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user