Skip to content
Snippets Groups Projects
Commit c0cb0094 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

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

parent a9c76056
No related branches found
No related tags found
1 merge request!17ticket 4769 - couchdb2 - move deleted databases - fix count of dbs
......@@ -173,7 +173,7 @@ function _doBackupOfSingleInstance(){
# done | tee /tmp/couch_archive_${COUCHDB_INSTANCE}.txt
echo
typeset -i iDbTotal=$( wc -l $dblist )
typeset -i iDbTotal=$( cat $dblist | wc -l )
typeset -i iDb=0
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment