From ce216e5c14c7f18dd1f5b86ebfdfb4cc3a5d27b7 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Wed, 21 Jul 2021 05:32:25 -0500 Subject: [PATCH] capitalization correction in $MSG --- http_check_telegram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_check_telegram b/http_check_telegram index 89fb000..3743e16 100755 --- a/http_check_telegram +++ b/http_check_telegram @@ -78,7 +78,7 @@ for site in $(grep -v "^#\|^$" $CHKLIST | sort | uniq); do ;; *) printf '%s\n' "[$(print_time)]: PROBLEM -- $site returns $respcode" >&2 - MSG="${MSG}%0A%0A %2B ${site}%0A responding ${respcode}" + MSG="${MSG}%0A%0A %2B ${site}%0A Responding ${respcode}" FAILURE=true ;; esac