From 62feaf3fffc591ef18b7adbc063d696b01ac66ce Mon Sep 17 00:00:00 2001 From: Kristian Schuster Date: Tue, 22 Oct 2019 20:07:56 +0200 Subject: [PATCH] do set variable NTP_CONFIG_FOUND if ntp config is found --- include/tests_time | 1 + 1 file changed, 1 insertion(+) 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