♥Box network ready

This commit is contained in:
fred 2023-05-30 18:59:39 +02:00
parent e9a0efb7ad
commit e3fd1d2a20
1 changed files with 1 additions and 1 deletions

View File

@ -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