From 72f10159e7f2d53cb593edfcfb71ab4d995f7a71 Mon Sep 17 00:00:00 2001 From: Andy Georges Date: Mon, 26 Oct 2020 14:54:52 +0100 Subject: [PATCH] fix: no need for two chronyc variables --- nhc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhc.conf b/nhc.conf index 325ab3e..ca5761b 100644 --- a/nhc.conf +++ b/nhc.conf @@ -212,7 +212,7 @@ ### Check that the time has not drifted too much. ### Only actually checks if the env var is defined (in /etc/sysconfig/nhc) * || if [ ! -z "${NHC_PTPD_STATUS+x}" ]; then check_ptpd_drift; fi -* || if [ ! -z "${NHC_CHRONY_STATUS+x}" ]; then check_chrony_drift; fi +* || if [ ! -z "${NHC_CHRONYC_MAX_DRIFT+x}" ]; then check_chrony_drift; fi ####################################################################### ###