From afb451db4d97cf89a723943ca269d52b4ca44819 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 24 Jan 2012 21:43:27 +0100 Subject: compression --- retiolum/scripts/routing/defaultroute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum/scripts/routing') diff --git a/retiolum/scripts/routing/defaultroute.sh b/retiolum/scripts/routing/defaultroute.sh index f5a1a465..d54e8bcf 100755 --- a/retiolum/scripts/routing/defaultroute.sh +++ b/retiolum/scripts/routing/defaultroute.sh @@ -34,5 +34,5 @@ cat $tincdir/tinc.conf | grep ConnectTo | cut -b 13- | while read host do addr=$(cat $tincdir/hosts/$host | grep Address | cut -b 11-) - echo route $command $addr gw $defaultroute + route $command $addr gw $defaultroute && echo $command $addr via $defaultroute done -- cgit v1.2.3