use = instead of ==

This commit is contained in:
Simon Biewald 2020-07-10 00:41:45 +02:00
parent 092fe08c40
commit 7ba220811f
No known key found for this signature in database
GPG Key ID: DAD5F452603F1344

View File

@ -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