From 2090eac9fe3eb49879bc69599e1c88a2de29e67a Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 24 Nov 2015 13:21:53 +0100 Subject: [PATCH] Update trial run message, don't call it "synchronization command" --- bin/backup-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup-script b/bin/backup-script index 71a17cf..575fb96 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -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 -- 2.39.2