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