fix regression in last commit

This commit is contained in:
Martin Weinelt 2015-08-07 16:00:52 +02:00
parent 41c67d6c81
commit af3593590e

View file

@ -27,7 +27,7 @@ while read HOST; do
echo "ConnectTo = $HOST" >> $TINCCFG
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
tinc -n icvpn reload
else