From 2a145d0f6d8721d6c79fe95cf79a684757388640 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 30 Oct 2013 23:42:44 +0000 Subject: removed old debugging comments --- couchdb_restoreall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'couchdb_restoreall.sh') diff --git a/couchdb_restoreall.sh b/couchdb_restoreall.sh index 4bc6719..37bdccf 100755 --- a/couchdb_restoreall.sh +++ b/couchdb_restoreall.sh @@ -8,9 +8,8 @@ . couchdb_functions dbs="`get_dbs $URL`" -#dbs='users_replicated' # for debugging for db in $dbs do - restore_db ${URL} $db $user $pw + restore_db ${URL} $db $couchdb_user $couchdb_pw done -- cgit v1.2.3