From 4064bd38612ac703b0696d0aa361b6dbc3bcfab4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Mar 2014 09:58:47 +0000 Subject: [PATCH] check-bkp-status.in: Include day-of-week name in the title. --- check-bkp-status.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check-bkp-status.in b/check-bkp-status.in index 15afadd..6dd3efc 100644 --- a/check-bkp-status.in +++ b/check-bkp-status.in @@ -234,7 +234,7 @@ html_header () { -

rsync-backup report: $now

+

rsync-backup report: $now_dow $now

EOF } @@ -433,6 +433,7 @@ esac now=$(date +"%Y-%m-%d") now_time=$(date +"%H:%M:%S %z") +now_dow=$(date +"%A") now_jdn=$(julian $now) . "$conf" failure_logs -- 2.11.0