capitalization correction in $MSG

master
Aaron Johnson 4 years ago
parent 16b3d3168e
commit ce216e5c14

@ -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

Loading…
Cancel
Save