Merge pull request 'Exception not needed anymore' (#10) from remove302exception into master

Reviewed-on: #10
master
Aaron Johnson 2 years ago
commit aa2ad37d3a

@ -172,10 +172,6 @@ for site in $(read_checklist); do
printf '%s\n' "[$(print_time)]: OK -- $site returns $respcode"
db_dec $site
;;
302)
printf '%s\n' "[$(print_time)]: WARNING -- $site returns $respcode"
db_dec $site
;;
999)
printf '%s\n' "[$(print_time)]: PROBLEM -- $site caused general cURL failure" >&2
db_inc $site

Loading…
Cancel
Save