From: Dinko Korunic Date: Tue, 19 Feb 2008 18:18:40 +0000 (+0000) Subject: r21: - fixups X-Git-Tag: v4.10.1-3~16 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=monit-cn.git;a=commitdiff_plain;h=3d00501c2eb3414df0d9cad8c6b4e8fd2f706227 r21: - fixups --- 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