Skip to content

Commit

Permalink
Don't print status when deploying (ordinals#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 8, 2023
1 parent 46cb627 commit 9c5598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/setup
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ systemctl daemon-reload
systemctl enable ord
systemctl restart ord

while ! curl --fail https://$DOMAIN/status; do
while ! curl --fail https://$DOMAIN/status > /dev/null; do
echo "Waiting for ord at https://$DOMAIN/status…"
sleep 1
done

0 comments on commit 9c5598f

Please sign in to comment.