From: Mark Wooding Date: Thu, 6 Mar 2014 09:58:47 +0000 (+0000) Subject: check-bkp-status.in: Include day-of-week name in the title. X-Git-Tag: 1.0.2~4 X-Git-Url: https://git.distorted.org.uk/~mdw/rsync-backup/commitdiff_plain/4064bd38612ac703b0696d0aa361b6dbc3bcfab4 check-bkp-status.in: Include day-of-week name in the title. --- 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