Update setup.sh

This commit is contained in:
tuend-work
2025-11-13 11:28:34 +07:00
parent 3c7e9f3116
commit 585bff665c

View File

@@ -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
else
# more than one
echo "The following ethernet devices/IPs were found. Please enter the name of the device you wish to use:";