From 8da9756817b63f8967b9ad995a4c8470a94ef655 Mon Sep 17 00:00:00 2001 From: Darryl Quinn Date: Wed, 17 Jun 2015 22:43:20 -0500 Subject: [PATCH] bugfix: removed debugging statements --- files/etc/init.d/vtund | 1 - files/etc/init.d/vtundsrv | 2 -- 2 files changed, 3 deletions(-) diff --git a/files/etc/init.d/vtund b/files/etc/init.d/vtund index 795ed5c3..4f13cf46 100755 --- a/files/etc/init.d/vtund +++ b/files/etc/init.d/vtund @@ -114,7 +114,6 @@ start() { config_load vtun #if options section doesn't exist, add it - echo "testing for options..." j=`uci get vtun.@options[0]` if [ $? -ne 0 ] then diff --git a/files/etc/init.d/vtundsrv b/files/etc/init.d/vtundsrv index 63a94945..5a195ebe 100755 --- a/files/etc/init.d/vtundsrv +++ b/files/etc/init.d/vtundsrv @@ -15,7 +15,6 @@ network_config() { # generate the default net def_net='172.31.1.1' config_get start "$cfg" start $def_net - echo "NETWORK: $start" >> /tmp/vtuntest.log } options_config() { @@ -106,7 +105,6 @@ start() { config_load vtun #if options section doesn't exist, add it - echo "testing for options..." j=`uci get vtun.@options[0]` if [ $? -ne 0 ] then