From 3d00501c2eb3414df0d9cad8c6b4e8fd2f706227 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 19 Feb 2008 18:18:40 +0000 Subject: [PATCH] r21: - fixups --- 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