]> arthur.barton.de Git - backup-script.git/commitdiff
Fix message "working on ..." for local system
authorAlexander Barton <alex@barton.de>
Thu, 27 Nov 2014 12:14:23 +0000 (13:14 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 27 Nov 2014 12:15:06 +0000 (13:15 +0100)
bin/backup-script

index 025958c2096a065c31c28b3c7e81e5da6a0f2ab1..445b9d19e9871cf189bb6ecdbdd9cc90f76aa7a4 100755 (executable)
@@ -175,7 +175,7 @@ for f in $sys; do
                || systxt="\"$fname\" [\"$system\"]"
        [ "$local" -eq 0 ] \
                && echo "Working on $systxt ..." \
-               || echo "Working on $sytxts (local system) ..."
+               || echo "Working on $systxt (local system) ..."
 
        count_all=$count_all+1