Compare commits

..

1 Commits

Author SHA1 Message Date
Koloszár Gergely
abf692e876
Merge 6aa1ec4201 into 936dfe8d02 2025-10-17 19:15:31 +02:00

View File

@ -503,7 +503,7 @@ check_availability() {
if [[ $2 ]]; then if [[ $2 ]]; then
timeout_sec=$2 timeout_sec=$2
fi fi
if ! ping -w "$timeout_sec" "$url" > /dev/null; then if ! ping -w "$timeout_sec" "$url"; then
logger WARN "Failed to reach $url, service may be down." logger WARN "Failed to reach $url, service may be down."
return 1 return 1
fi fi