From 643cb599b2211948a4e95281196ff611d0ade6ab Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 24 Feb 2024 20:56:19 +0100 Subject: Will this get rid of the "binary file matches" warning? --- scripts/autorun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autorun.sh b/scripts/autorun.sh index 4f41447..74db980 100755 --- a/scripts/autorun.sh +++ b/scripts/autorun.sh @@ -13,5 +13,5 @@ git pull --quiet --rebase --autostash --recurse-submodules --no-stat origin mast if [ -n "$(git diff --name-status --no-renames $PREVHEAD HEAD)" -o $FORCE != "0" -o -f ${RUNNING_INDICATOR} ] then ( date --rfc-3339=seconds; ./generate.sh; ./sync.sh; date --rfc-3339=seconds; ) > ${LIGA_PLAYOFF_LOGFILE} 2>&1 - (grep 'phase object' ${LIGA_PLAYOFF_LOGFILE} | grep -v 'not running' > /dev/null) && touch ${RUNNING_INDICATOR} + (grep -a 'phase object' ${LIGA_PLAYOFF_LOGFILE} | grep -a -v 'not running' > /dev/null) && touch ${RUNNING_INDICATOR} fi -- cgit v1.2.3