auf querfunk.ffka warten nach installation
This commit is contained in:
parent
2a6431ecd8
commit
7310c08116
1 changed files with 7 additions and 2 deletions
9
install
9
install
|
@ -11,7 +11,12 @@ scp assets/index.html root@[$ffka_querfunk_mgmt]:/lib/gluon/status-page/www/
|
|||
|
||||
|
||||
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
|
||||
ping6 -c 10 $ffka_querfunk
|
||||
while ! ping6 -c1 $ffka_querfunk &>/dev/null; do
|
||||
echo -n "."
|
||||
sleep 1
|
||||
done
|
||||
echo
|
||||
|
|
Reference in a new issue