From b23bdb76b7878c676b410b9d65eff633e99f1214 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Mon, 21 Nov 2022 12:12:34 -0700 Subject: [PATCH] tweak script for demo population --- scripts/demo/reset_and_auto_populate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/demo/reset_and_auto_populate.sh b/scripts/demo/reset_and_auto_populate.sh index 3dadf829c..bd2dda18c 100755 --- a/scripts/demo/reset_and_auto_populate.sh +++ b/scripts/demo/reset_and_auto_populate.sh @@ -308,7 +308,7 @@ if [[ -f "$MALCOLM_DOCKER_COMPOSE" ]] && \ --header 'Content-type:application/json' \ --header "http_auth_http_user:$USER" \ --header "Authorization:" \ - "http://localhost:8005" + "http://localhost:8005" || true done sleep 5 [[ -n $VERBOSE_FLAG ]] && echo "Setting cluster to read-only" >&2