diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 8d35b4a..7147baf 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -158,7 +158,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 ~/.zen/♥BOX) + isBOX=$(cat ~/.zen/♥Box) if [[ $isLAN ]]; then HNAME="http://g1billet.localhost"