summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcouchdb_restoreall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/couchdb_restoreall.sh b/couchdb_restoreall.sh
index 7f3f1db..387b901 100755
--- a/couchdb_restoreall.sh
+++ b/couchdb_restoreall.sh
@@ -3,7 +3,7 @@
. couchdb_scripts_defaults.conf
. couchdb_functions
-dumpdir=/tmp/restore # only for debugging
+#dumpdir=/tmp/restore # only for debugging
[ -z $dumpdir ] && dumpdir='/var/backups/couchdb'
dbs=`find $dumpdir -type f '!' -name '*_security'`