X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=update-monit.d;h=8505053cf6f1b1405aeb7e7bbca057c6b3dfafc4;hb=e7dc1d29ba4ed071d6b146e4ce8a8eaafbb3ce68;hp=20508c717bcb4e53df05a0eda09adcadd0408d10;hpb=d3a332ee6501e679c97c2a735befeff18b1e2d95;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