From 0b0f67765db7e92555635aa2916c08770aa0ef0d Mon Sep 17 00:00:00 2001 From: glen Date: Wed, 2 Dec 2020 16:04:07 -0500 Subject: [PATCH] add escapes --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index e210daf..8ebf09c 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -276,8 +276,8 @@ function default_configuration() { # #RASPAP is for removal lines=( - 'if ! [cat /sys/class/net/eth0/carrier] ; then' - '/var/lib/lokinet/mobile.sh' + 'if ! [cat \/sys\/class\/net\/eth0\/carrier] ; then' + '\/var\/lib\/lokinet\/mobile.sh' 'fi' 'echo 1 > \/proc\/sys\/net\/ipv4\/ip_forward #RASPAP' "$tablerouteA"