fix regression in last commit
This commit is contained in:
		
					parent
					
						
							
								41c67d6c81
							
						
					
				
			
			
				commit
				
					
						af3593590e
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ while read HOST; do
 | 
				
			||||||
  echo "ConnectTo = $HOST" >> $TINCCFG
 | 
					  echo "ConnectTo = $HOST" >> $TINCCFG
 | 
				
			||||||
done < metanodes
 | 
					done < metanodes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if hash tinc; 2>/dev/null then
 | 
					if hash tinc 2>/dev/null; then
 | 
				
			||||||
    # prefer the command line interface that comes with tinc1.1 if it exists
 | 
					    # prefer the command line interface that comes with tinc1.1 if it exists
 | 
				
			||||||
    tinc -n icvpn reload
 | 
					    tinc -n icvpn reload
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue