silent curl

This commit is contained in:
Girish Ramakrishnan 2021-09-13 13:13:22 -07:00
parent 6547dcfe0d
commit 477ae214fe

View file

@ -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