git://git.exim.org
/
mirror-monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f99afc
)
Resolved confusion as to what path we use...
author
Nigel Metheringham
<nigel@exim.org>
Mon, 28 Jul 2014 19:02:09 +0000
(20:02 +0100)
committer
Nigel Metheringham
<nigel@exim.org>
Mon, 28 Jul 2014 19:02:09 +0000
(20:02 +0100)
Data being generated from /home/services/mirmon
but updates going to /home/services/mirmon_auto_pull
Resolved by moving it all to /home/services/mirmon
bin/check_update_website.sh
patch
|
blob
|
history
diff --git
a/bin/check_update_website.sh
b/bin/check_update_website.sh
index ef2514c6e8c08f7b817632d0455ec7f134026466..a4382c3e35f7febb1d3ff5b7cb8243ea373096a7 100755
(executable)
--- a/
bin/check_update_website.sh
+++ b/
bin/check_update_website.sh
@@
-8,6
+8,6
@@
cd /home/nm4/src/exim-website || exit
git pull | grep -q -v 'Already up-to-date.' && script/build.sh
-cd /home/services/mirmon
_auto_pull
|| exit
+cd /home/services/mirmon || exit
git pull --quiet