querfunk
/
ffka-querfunk
Archived
2
0
Fork 0

add script to set gluon node info (gps etc.)

master
neingeist 8 years ago
parent d2f8592dae
commit d78342d29f

@ -0,0 +1,14 @@
#!/bin/sh
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'
exit 1
fi
ssh root@$ffka_querfunk_mgmt "uci set gluon-node-info.@location[0].latitude=49.006679
uci set gluon-node-info.@location[0].longitude=8.4073580
uci set gluon-node-info.@location[0].share_location=1
uci get gluon-node-info.@owner[0] || uci add gluon-node-info owner
uci set gluon-node-info.@owner[0].contact=neingeist@querfunk.de
uci commit gluon-node-info"