mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
do set variable NTP_CONFIG_FOUND if ntp config is found
This commit is contained in:
parent
c16133b255
commit
62feaf3fff
1 changed files with 1 additions and 0 deletions
|
|
@ -487,6 +487,7 @@
|
||||||
ReportWarning "${TEST_NO}" "Found world writable configuration file" "${FILE}" ""
|
ReportWarning "${TEST_NO}" "Found world writable configuration file" "${FILE}" ""
|
||||||
fi
|
fi
|
||||||
Report "ntp_config_file[]=${FILE}"
|
Report "ntp_config_file[]=${FILE}"
|
||||||
|
NTP_CONFIG_FOUND=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue