From 4780952fbe9798e35342172e4bc33b8038ee8e8b Mon Sep 17 00:00:00 2001 From: glen Date: Wed, 2 Dec 2020 15:15:04 -0500 Subject: [PATCH] edit rc.local --- installers/common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 5574272..e210daf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -276,12 +276,12 @@ function default_configuration() { # #RASPAP is for removal lines=( - 'echo 1 > \/proc\/sys\/net\/ipv4\/ip_forward #RASPAP' - "$tablerouteA" - "$tablerouteB" 'if ! [cat /sys/class/net/eth0/carrier] ; then' '/var/lib/lokinet/mobile.sh' 'fi' + 'echo 1 > \/proc\/sys\/net\/ipv4\/ip_forward #RASPAP' + "$tablerouteA" + "$tablerouteB" ) for line in "${lines[@]}"; do