mirror of https://github.com/CISOfy/lynis.git
do set variable NTP_CONFIG_FOUND if ntp config is found
This commit is contained in:
parent
c16133b255
commit
62feaf3fff
|
@ -487,6 +487,7 @@
|
|||
ReportWarning "${TEST_NO}" "Found world writable configuration file" "${FILE}" ""
|
||||
fi
|
||||
Report "ntp_config_file[]=${FILE}"
|
||||
NTP_CONFIG_FOUND=1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue