Resolved confusion as to what path we use...
authorNigel Metheringham <nigel@exim.org>
Mon, 28 Jul 2014 19:02:09 +0000 (20:02 +0100)
committerNigel 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

index ef2514c6e8c08f7b817632d0455ec7f134026466..a4382c3e35f7febb1d3ff5b7cb8243ea373096a7 100755 (executable)
@@ -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