From 4f26ade65e20cdb1f201690a7fdf2cc2208ec608 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 12 Sep 2016 17:33:23 +0200 Subject: [PATCH] backup-script-wrapper: Add "success" to mail subject when everything is ok --- bin/backup-script-wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/backup-script-wrapper b/bin/backup-script-wrapper index 925be37..3ce16a9 100755 --- a/bin/backup-script-wrapper +++ b/bin/backup-script-wrapper @@ -54,6 +54,7 @@ fi case "$r" in 0) + SUBJECT="$SUBJECT - success" ;; *) SUBJECT="$SUBJECT - with ERRORS!" -- 2.39.2