From: Nigel Metheringham Date: Mon, 28 Jul 2014 19:02:09 +0000 (+0100) Subject: Resolved confusion as to what path we use... X-Git-Url: https://git.exim.org/mirror-monitor.git/commitdiff_plain/9b6157019cb39dc6162d703ca6d900a609601ba4 Resolved confusion as to what path we use... 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 --- diff --git a/bin/check_update_website.sh b/bin/check_update_website.sh index ef2514c..a4382c3 100755 --- 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