diff --git a/deploy/setup b/deploy/setup index 7b41feb589..619527d84e 100755 --- a/deploy/setup +++ b/deploy/setup @@ -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