]> arthur.barton.de Git - backup-script.git/commitdiff
Update trial run message, don't call it "synchronization command"
authorAlexander Barton <alex@barton.de>
Tue, 24 Nov 2015 12:21:53 +0000 (13:21 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 24 Nov 2015 12:21:53 +0000 (13:21 +0100)
bin/backup-script

index 71a17cf8c12aae63017a6e1b4c74285bc3abf74c..575fb96c05d0c49f8e968c09c54923efe7bb9b57 100755 (executable)
@@ -600,7 +600,7 @@ for f in $sys; do
                $SHELL -c "$cmd"; ret=$?
                echo "code=$ret" >"$sys_target/.stamp"
        else
-               echo " *** Trial run, not executing synchronization command!"
+               echo " *** Trial run, not executing save command!"
                ret=0
        fi