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