2
0
Fork 0

auf querfunk.ffka warten nach installation

This commit is contained in:
neingeist 2015-09-25 04:34:27 +02:00
parent 2a6431ecd8
commit 7310c08116

View file

@ -11,7 +11,12 @@ scp assets/index.html root@[$ffka_querfunk_mgmt]:/lib/gluon/status-page/www/
ssh root@$ffka_querfunk_mgmt "reboot" ssh root@$ffka_querfunk_mgmt "reboot"
sleep 30
echo -n "Waiting for ffka-querfunk to come online after rebooting"
sleep 3
ffka_querfunk=2a03:2260:a:a::1:66 ffka_querfunk=2a03:2260:a:a::1:66
ping6 -c 10 $ffka_querfunk while ! ping6 -c1 $ffka_querfunk &>/dev/null; do
echo -n "."
sleep 1
done
echo