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

Update plugins/localdump/couchdb2.sh

parent f4ad9721
No related branches found
No related tags found
1 merge request!14AND instead of OR
......@@ -167,7 +167,7 @@ function _doBackupOfSingleInstance(){
# echo
# echo "update_seq --+-- current [${sSequenceCurrent}]"
# echo " +-- backup [${sSequenceLast}]"
if [ ! -z ${sSequenceLast} ] && [ "${sSequenceCurrent}" = "${sSequenceLast}" ]; then
if [ "${sSequenceCurrent}" = "${sSequenceLast}" ]; then
echo SKIP: still on sequence ${sSequenceLast}
else
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment