X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=bin%2Fbackup-script;h=3684b86e009b95eebcde8259679cf00ea1d1212e;hb=0d55b869895a11ecd38788332f546e2996ed41af;hp=1625b723a83fa31e619d2a3fe87c5ed69a26c826;hpb=a18f7fb993201d6a78333bffbacd0e2bbfea5769;p=backup-script.git diff --git a/bin/backup-script b/bin/backup-script index 1625b72..3684b86 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -406,7 +406,7 @@ for f in $sys; do echo "$cmd" count_started=$count_started+1 ok=0 - + if [ "$DRYRUN" -eq 0 ]; then rm -f "$sys_target/.stamp" $SHELL -c "$cmd"; ret=$?