Skip to content

Releases: johnlokerse/website-healthcheck

Website healthcheck v3 release

24 May 12:26
Compare
Choose a tag to compare

Thanks to @delitescere there are a few optimisations in v3:

  • Follow redirects
  • Remove need for head and awk getting status code.
  • Use scan_text variable in grep
  • Use exit code from grep instead of possibly erroneous (because value wasn't surrounded in quotes) -z test (this error prompted the change)
  • Output errors to stderr
  • Explicitly exit 0

Website Healthcheck v2 release

05 Feb 21:46
93b21f3
Compare
Choose a tag to compare

This version contains:

  • Fix of permission denied error
  • Added branding
  • Updated readme