diff --git a/installers/common.sh b/installers/common.sh index 25a0d73..79434e4 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' - $tablerouteA - $tablerouteB + 'echo $tablerouteA' + 'echo $tablerouteB' 'sudo \/var\/lib\/lokinet\/.\/lokilaunch.sh start #RASPAP' )