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:
authorSimon Biewald <simon@fam-biewald.de>2020-07-10 01:41:45 +0300
committerSimon Biewald <simon@fam-biewald.de>2020-07-10 01:41:45 +0300
commit7ba220811f309ae69751821858e5b39bbc5c3cb7 (patch)
tree32926a46ef42166d6bdeee11dc3443380bd82616 /include/tests_time
parent092fe08c400a0b7eb4f6ace7ac4ebaf6c4c9bec6 (diff)
use = instead of ==
Diffstat (limited to 'include/tests_time')
-rw-r--r--include/tests_time2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_time b/include/tests_time
index c85e2876..153397e2 100644
--- a/include/tests_time
+++ b/include/tests_time
@@ -100,7 +100,7 @@
LogText "result: running openntpd not found, but ntpctl is instaalled"
fi
- if [ "${NTP_DAEMON}" == "openntpd" ]; then
+ if [ "${NTP_DAEMON}" = "openntpd" ]; then
Display --indent 2 --text "- NTP daemon found: OpenNTPD" --result "${STATUS_FOUND}" --color GREEN
fi
fi