From 34eec84853f83e2ef3de5cb2b8d1546ef74c2ffb Mon Sep 17 00:00:00 2001 From: glen Date: Wed, 2 Dec 2020 22:11:06 -0500 Subject: [PATCH] boot adapter regardless of eth0 having a carrier --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index bcb107c..7e74b30 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -280,9 +280,9 @@ function default_configuration() { 'echo 1 > \/proc\/sys\/net\/ipv4\/ip_forward #RASPAP' "$tablerouteA" "$tablerouteB" - 'if ! [cat \/sys\/class\/net\/eth0\/carrier] ; then' + # 'if ! [cat \/sys\/class\/net\/eth0\/carrier] ; then' '\/var\/lib\/lokinet\/mobile.sh' - 'fi #end' + # 'fi #end' )