scripts/start-ping.sh aktualisiert
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
sleep 10
|
||||
while true; do
|
||||
if ! ping -c 1 -W 10 ${PING_IP} >/dev/null 2>&1 ; then
|
||||
echo "---Ping from ${PING_IP} failed, restarting container,...---"
|
||||
|
Reference in New Issue
Block a user