X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=update-monit.d;h=8505053cf6f1b1405aeb7e7bbca057c6b3dfafc4;hb=8ba7781b74fcf9df3120f60247edb064712d3614;hp=20508c717bcb4e53df05a0eda09adcadd0408d10;hpb=3d00501c2eb3414df0d9cad8c6b4e8fd2f706227;p=monit-cn.git diff --git a/update-monit.d b/update-monit.d index 20508c7..8505053 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