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' )