From 585bff665cb4205878b8eb86029ff28468f2c5f9 Mon Sep 17 00:00:00 2001 From: tuend-work <121396415+tuend-work@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:28:34 +0700 Subject: [PATCH] Update setup.sh --- setup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.sh b/setup.sh index 0ed985d..1213633 100644 --- a/setup.sh +++ b/setup.sh @@ -243,12 +243,7 @@ clean_dev() echo -n "Is $DEVS your network adaptor with the license IP ($DIP)? (y,n) : "; read yesno; - if [ "$yesno" = "n" ]; then - echo -n "Enter the name of the ethernet device you wish to use : "; - read ETH_DEV; - else - ETH_DEV=$DEVS - fi + ETH_DEV=$DEVS else # more than one echo "The following ethernet devices/IPs were found. Please enter the name of the device you wish to use:";