From dce45a5fea97ac6a101c85c2f9a4ca0f4cb4d0dd Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 17 Jan 2013 18:15:37 -0700 Subject: [PATCH] bpcdump: ouput end date with more description --- bpcdump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpcdump b/bpcdump index 254038a..0563e13 100755 --- a/bpcdump +++ b/bpcdump @@ -70,12 +70,12 @@ cleanup() [ -z "$msg" ] && msg=undef restartve if [ "$ret" = "0" ]; then - info "$(date)" + info "Backup completed on $(date)" info "cleanup message: $msg" info "exit $ret" touch "$EXTVEIDFS/good" else - error "$(date)" + error "Backup TERMINATED on $(date)" error "cleanup message: $msg" error "exit $ret" touch "$EXTVEIDFS/bad" -- 2.39.2