Skip to content
Snippets Groups Projects

ticket 4769 - couchdb2 - move deleted databases - fix count of dbs

Merged Hahn Axel (hahn) requested to merge version-2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -173,7 +173,7 @@ function _doBackupOfSingleInstance(){
@@ -173,7 +173,7 @@ function _doBackupOfSingleInstance(){
# done | tee /tmp/couch_archive_${COUCHDB_INSTANCE}.txt
# done | tee /tmp/couch_archive_${COUCHDB_INSTANCE}.txt
echo
echo
typeset -i iDbTotal=$( wc -l $dblist )
typeset -i iDbTotal=$( cat $dblist | wc -l )
typeset -i iDb=0
typeset -i iDb=0
echo
echo
Loading