mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-11 00:37:08 +02:00
Increase healthcheck ping timeout (#1627)
This commit is contained in:
parent
53d3f05b7a
commit
623e4541c8
@ -11,7 +11,7 @@ then
|
||||
HOST="google.com"
|
||||
fi
|
||||
|
||||
ping -c 2 -w 5 $HOST # Get at least 2 responses and timeout after 5 seconds
|
||||
ping -c 2 -w 10 $HOST # Get at least 2 responses and timeout after 10 seconds
|
||||
STATUS=$?
|
||||
if [[ ${STATUS} -ne 0 ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user