From 477ae214fe808b3fbb11a8f9918360910a54ea76 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 13 Sep 2021 13:13:22 -0700 Subject: [PATCH] silent curl --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3b01412..1a333a4 100755 --- a/start.sh +++ b/start.sh @@ -7,7 +7,7 @@ mkdir -p /app/data/storage first_time_setup() { sleep 10 - while ! curl --fail http://localhost:9000/; do + while ! curl --silent --output /dev/null --fail http://localhost:9000/; do echo "==> (reset root password) Waiting for peertube to initialize..." sleep 5 done