projects
/
monit-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a692bb5
)
r21: - fixups
author
Dinko Korunic
<Dinko.Korunic@CARNet.hr>
Tue, 19 Feb 2008 18:18:40 +0000
(18:18 +0000)
committer
Dinko Korunic
<Dinko.Korunic@CARNet.hr>
Tue, 19 Feb 2008 18:18:40 +0000
(18:18 +0000)
update-monit.d
patch
|
blob
|
history
diff --git
a/update-monit.d
b/update-monit.d
index
8505053
..
20508c7
100755
(executable)
--- 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