From 9b6157019cb39dc6162d703ca6d900a609601ba4 Mon Sep 17 00:00:00 2001 From: Nigel Metheringham Date: Mon, 28 Jul 2014 20:02:09 +0100 Subject: [PATCH] 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 --- bin/check_update_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2