X-Git-Url: https://git.exim.org/mirror-monitor.git/blobdiff_plain/1a42d4a796b7c714e5cf4eded86cafa5faab920d..HEAD:/bin/check_update_website.sh?ds=inline diff --git a/bin/check_update_website.sh b/bin/check_update_website.sh index 2b38891..9a30c9c 100755 --- a/bin/check_update_website.sh +++ b/bin/check_update_website.sh @@ -1,10 +1,11 @@ #!/bin/sh +export LC_MESSAGES="en_US.UTF-8" -cd /home/nm4/src/exim-website || exit +cd /opt/cumin/services/nm4/exim-website || exit -git pull | grep -q -v 'Already up-to-date.' && script/build.sh +git pull | grep -q -v 'Already up to date\.' && script/build.sh -cd /home/nm4/mirror-monitor || exit +cd /opt/cumin/services/mirror-monitor || exit git pull --quiet