From 125d8d8491806249b3d1974b96cc93bf8324cce0 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 15 Sep 2019 09:12:28 -0400 Subject: [PATCH] echo var --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 79434e4..8dd3fe0 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -230,8 +230,8 @@ function default_configuration() { lines=( 'echo 1 > \/proc\/sys\/net\/ipv4\/ip_forward #RASPAP' - 'echo $tablerouteA' - 'echo $tablerouteB' + echo $tablerouteA + echo $tablerouteB 'sudo \/var\/lib\/lokinet\/.\/lokilaunch.sh start #RASPAP' )