This commit is contained in:
Christoph 2019-05-06 15:33:48 +02:00
commit 5badd41cb2

View File

@ -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)" -I -k -L --write-out %{http_code} --silent --output /dev/null $_site 2> ${LOCK_DIR}/err.msg)"
if [[ "$response" -eq 200 ]]; then if [[ "$response" -eq 200 ]]; then
echo_ok echo_ok
_sucess=true _success=true
break break
fi fi
sleep 2 sleep 2