Update setup.sh
This commit is contained in:
5
setup.sh
5
setup.sh
@@ -243,12 +243,7 @@ clean_dev()
|
|||||||
|
|
||||||
echo -n "Is $DEVS your network adaptor with the license IP ($DIP)? (y,n) : ";
|
echo -n "Is $DEVS your network adaptor with the license IP ($DIP)? (y,n) : ";
|
||||||
read yesno;
|
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
|
ETH_DEV=$DEVS
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
# more than one
|
# more than one
|
||||||
echo "The following ethernet devices/IPs were found. Please enter the name of the device you wish to use:";
|
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