2
0
Fork 0

Change to new addresses

This commit is contained in:
neingeist 2015-11-15 05:25:24 +01:00
parent 9ec7840e92
commit 2b9601576b
2 changed files with 5 additions and 12 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
ffka_querfunk_mgmt=2a03:2260:a:a:ea94:f6ff:fea1:98f6
ffka_querfunk_mgmt=2a03:2260:a:b:ea94:f6ff:fea1:98f6
if ! ping6 -c1 $ffka_querfunk_mgmt &>/dev/null; then
echo 'ffka-querfunk is offline'
@ -19,7 +19,7 @@ ssh root@$ffka_querfunk_mgmt "reboot"
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:b::1:66
while ! ping6 -c1 $ffka_querfunk &>/dev/null; do
echo -n "."
sleep 1