]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-script
Little whitespace fixes ;-)
[backup-script.git] / bin / backup-script
index 1625b723a83fa31e619d2a3fe87c5ed69a26c826..3684b86e009b95eebcde8259679cf00ea1d1212e 100755 (executable)
@@ -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=$?