add script to set gluon node info (gps etc.)
This commit is contained in:
		
							parent
							
								
									d2f8592dae
								
							
						
					
					
						commit
						d78342d29f
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								install-set-gluon-node-info
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										14
									
								
								install-set-gluon-node-info
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
					@ -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"
 | 
				
			||||||
		Reference in a new issue