Removing merge artifact, extra sleep.

This commit is contained in:
mike12345567 2024-04-09 10:25:44 +01:00
parent 01385309f8
commit 680b6af2d1
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ done
# CouchDB needs the `_users` and `_replicator` databases to exist before it will
# function correctly, so we create them here.
sleep infinity
curl -X PUT -u "${COUCHDB_USER}:${COUCHDB_PASSWORD}" http://localhost:5984/_users
curl -X PUT -u "${COUCHDB_USER}:${COUCHDB_PASSWORD}" http://localhost:5984/_replicator
sleep infinity