From: R. Steve McKown Date: Fri, 18 Jan 2013 01:15:37 +0000 (-0700) Subject: bpcdump: ouput end date with more description X-Git-Url: https://oss.titaniummirror.com/gitweb?p=ovzbpc.git;a=commitdiff_plain;h=dce45a5fea97ac6a101c85c2f9a4ca0f4cb4d0dd bpcdump: ouput end date with more description --- 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"