1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-11-06 18:12:36 +00:00

Use /explore instead of non-existing /healthcheck

This commit is contained in:
Johannes Zellner
2021-04-12 18:35:32 +02:00
parent bed765a1e4
commit 0bea878d12
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ setup_auth() {
set -eu
# Wait for gitea to finish db setup, before we do any db operations
while ! curl --fail http://localhost:3000/healthcheck; do
while ! curl --fail http://localhost:3000/explore; do
echo "==> Waiting for gitea to come up"
sleep 1
done