Update setup.sh
This commit is contained in:
7
setup.sh
7
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:";
|
||||
|
||||
Reference in New Issue
Block a user