From 982121bb6e227f247850007001b21022e0251996 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Mon, 3 Aug 2015 17:19:16 +0000 Subject: [PATCH] fixup --- daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.sh b/daily.sh index c9a4697c4..ddc4f2e9f 100755 --- a/daily.sh +++ b/daily.sh @@ -5,7 +5,7 @@ set -eu cd "$(dirname "$0")" up=$(php daily.php -f update >&2; echo $?) -if [ $up -eq 1 ]; then +if [ "$up" -eq 1 ]; then git pull --quiet php includes/sql-schema/update.php fi