From 680b6af2d1f681e9273457128e346a9a3f2b4299 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Tue, 9 Apr 2024 10:25:44 +0100 Subject: [PATCH] Removing merge artifact, extra sleep. --- hosting/couchdb/runner.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hosting/couchdb/runner.sh b/hosting/couchdb/runner.sh index a114e090b8..7ee24327a1 100644 --- a/hosting/couchdb/runner.sh +++ b/hosting/couchdb/runner.sh @@ -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