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

Merge branch 'couchdb-plugin' into 'master'

AND instead of OR

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