From eabc7a25ebdcdbb7b8ac89e33a5ce420517cc0d6 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 24 Jul 2014 11:19:15 +0200 Subject: [PATCH] backup-status: Clarify warning message --- bin/backup-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/backup-status b/bin/backup-status index a5ea7c1..e68884b 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -1,7 +1,7 @@ #!/bin/bash # # backup-script system for cloning systems using rsync -# Copyright (c)2008-2013 Alexander Barton, alex@barton.de +# Copyright (c)2008-2014 Alexander Barton, alex@barton.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ Check_Stamp() { esac [ -n "$code" ] && echo "$2 - Result code: $code$txt" else - echo "$2 - No timestamp recorded!? Backup aborted?" + echo "$2 - No timestamp recorded! Backup currently running or aborted?" fi } -- 2.39.2