From e3fd1d2a201b5ed448b5f0058e689c7946b90faa Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 30 May 2023 18:59:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=A5Box=20network=20ready?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- G1BILLETS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 02cd2e0..b6e70ba 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -150,7 +150,7 @@ else ##################################################################### myIP=$(hostname -I | awk '{print $1}' | head -n 1) isLAN=$(route -n |awk '$1 == "0.0.0.0" {print $2}' | grep -E "/(^127\.)|(^192\.168\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^::1$)|(^[fF][cCdD])/") - isBOX=$(cat ~${MY_PATH}/♥Box) + isBOX=$(cat ${MY_PATH}/♥Box) ## WHERE DO CLIENT WILL GET FILE if [[ $isLAN ]]; then