mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-06-11 19:54:45 +08:00
Merge ad0039134e
into 35f0daa198
This commit is contained in:
commit
f7073239fa
@ -60,7 +60,7 @@ spec:
|
|||||||
|
|
||||||
echo "Waiting for service at $url..."
|
echo "Waiting for service at $url..."
|
||||||
while [ $attempt -le $max_attempts ]; do
|
while [ $attempt -le $max_attempts ]; do
|
||||||
if wget -q --spider "$url" >/dev/null 2>&1; then
|
if wget -q -O - "$url" >/dev/null 2>&1; then
|
||||||
echo "Service at $url is up!"
|
echo "Service at $url is up!"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user