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:";