fix regression in last commit
This commit is contained in:
parent
41c67d6c81
commit
af3593590e
|
@ -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…
Reference in a new issue