summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 2ab575f..a66e601 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -56,7 +56,7 @@ URL="https://shop.${DEPLOYMENT}.${DOMAIN}/"
http_status_code=$(curl \
-s $URL -o /dev/null \
-w "%{http_code}")
-if ! test 200 = $http_status_code; then
+if ! test 302 = $http_status_code; then
printf "%s failed\n" $URL
printf "$error_fmt" \
"Blog did not restart correctly" \