mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
use = instead of ==
This commit is contained in:
parent
092fe08c40
commit
7ba220811f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user