Skip to content

Commit

Permalink
tweak script for demo population
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 21, 2022
1 parent f13fd12 commit b23bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/demo/reset_and_auto_populate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b23bdb7

Please sign in to comment.