From: Moritz Orbach Date: Thu, 6 Oct 2022 17:46:56 +0000 (+0000) Subject: check_update_website.sh: git changed its output X-Git-Url: https://git.exim.org/mirror-monitor.git/commitdiff_plain/ab5d10e586c7ed2df8276b4fa35ec8fd644b727c check_update_website.sh: git changed its output --- diff --git a/bin/check_update_website.sh b/bin/check_update_website.sh index a17562b..9a30c9c 100755 --- a/bin/check_update_website.sh +++ b/bin/check_update_website.sh @@ -1,9 +1,10 @@ #!/bin/sh +export LC_MESSAGES="en_US.UTF-8" 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 /opt/cumin/services/mirror-monitor || exit