mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
silent curl
This commit is contained in:
parent
6547dcfe0d
commit
477ae214fe
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -7,7 +7,7 @@ mkdir -p /app/data/storage
|
||||||
first_time_setup() {
|
first_time_setup() {
|
||||||
sleep 10
|
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..."
|
echo "==> (reset root password) Waiting for peertube to initialize..."
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue