Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Schuster <kristian.s@outlook.de>2019-10-22 21:07:56 +0300
committerKristian Schuster <kristian.s@outlook.de>2019-10-22 21:07:56 +0300
commit62feaf3fffc591ef18b7adbc063d696b01ac66ce (patch)
treedb893b3268c5f3fea93c644eb1dd5ebbf3883ace /include/tests_time
parentc16133b25545078e166ba05c10b2f53cfd88bbd4 (diff)
do set variable NTP_CONFIG_FOUND if ntp config is found
Diffstat (limited to 'include/tests_time')
-rw-r--r--include/tests_time1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_time b/include/tests_time
index 4f24da5c..4513cb9a 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -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