From daf551ed3123531a7bd07baa05421e713478fba3 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 21 Aug 2013 23:39:26 +0200 Subject: updated README.md, fixed debugging leftover in couchdb_recreate_dbs.sh --- couchdb_recreate_dbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'couchdb_recreate_dbs.sh') diff --git a/couchdb_recreate_dbs.sh b/couchdb_recreate_dbs.sh index 3892720..c40fd1e 100755 --- a/couchdb_recreate_dbs.sh +++ b/couchdb_recreate_dbs.sh @@ -19,7 +19,7 @@ dbs="`get_dbs $URL`" -dbs='users_replicated' # for debugging +#dbs='users_replicated' # for debugging # concurrent replication might cause stalled tasks, see #https://leap.se/code/issues/3506 for db in $dbs -- cgit v1.2.3