From 1b1cdebe781123047581706a5895453951576d6f Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 5 May 2019 14:25:36 +0200 Subject: [PATCH] check_remote_websites.sh: fix error in the name of the variable 'success'. --- check_remote_websites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_remote_websites.sh b/check_remote_websites.sh index cf0eaec..236ad60 100755 --- a/check_remote_websites.sh +++ b/check_remote_websites.sh @@ -206,7 +206,7 @@ if [[ -n "$WEBSITES_TO_CHECK" ]] ; then -I -k -L --write-out %{http_code} --silent --output /dev/null $_site 2> ${LOCK_DIR}/err.msg)" if [[ "$response" -eq 200 ]]; then echo_ok - _sucess=true + _success=true break fi sleep 2