From a1cb0580903c17a23147ee4958175b66159dbd74 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:30:03 +0700 Subject: [PATCH] Update setup.sh --- setup.sh | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/setup.sh b/setup.sh index 1213633..648266e 100644 --- a/setup.sh +++ b/setup.sh @@ -304,30 +304,30 @@ clean_dev() fi -if [ $CMD_LINE -eq 0 ]; then +# if [ $CMD_LINE -eq 0 ]; then - echo -n "Your external IP: "; - wget -q -O - http://myip.directadmin.com - echo ""; - echo "The external IP should typically match your license IP."; - echo ""; + # echo -n "Your external IP: "; + # wget -q -O - http://myip.directadmin.com + # echo ""; + # echo "The external IP should typically match your license IP."; + # echo ""; - if [ "$IP" = "" ]; then - yesno="n"; - else - echo -n "Is $IP the IP in your license? (y,n) : "; - read yesno; - fi + # if [ "$IP" = "" ]; then + # yesno="n"; + # else + # echo -n "Is $IP the IP in your license? (y,n) : "; + # read yesno; + # fi - if [ "$yesno" = "n" ]; then - echo -n "Enter the IP used in your license file : "; - read IP; - fi + # if [ "$yesno" = "n" ]; then + # echo -n "Enter the IP used in your license file : "; + # read IP; + # fi - if [ "$IP" = "" ]; then - echo "The IP entered is blank. Please try again, and enter a valid IP"; - fi -fi + # if [ "$IP" = "" ]; then + # echo "The IP entered is blank. Please try again, and enter a valid IP"; + # fi +# fi ############