From d3a332ee6501e679c97c2a735befeff18b1e2d95 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Wed, 2 Apr 2008 12:06:48 +0200 Subject: [PATCH] Revert "Revert "r21: - fixups"" This reverts commit 7cf3a622e9dcd1534451d14289b9c819ea744aa5. --- update-monit.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-monit.d b/update-monit.d index 8505053..20508c7 100755 --- a/update-monit.d +++ b/update-monit.d @@ -110,7 +110,7 @@ check_template() { return 0 fi - if cmp -s "$filename" "${TEMPLATES_DIR}/${serviceconf}"; then + if ! cmp -s "$filename" "${TEMPLATES_DIR}/${serviceconf}"; then RET=1 return 1 fi -- 1.7.10.4