Show adaptor

This commit is contained in:
Bob Mottram 2016-10-21 15:18:59 +01:00
parent 1c660aa45b
commit 65982e8a6b
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ if [ ! $wifi_interface_specified= ]; then
exit 872356
fi
WIFI_INTERFACE=$IFACE
echo "Adaptor: $WIFI_INTERFACE"
write_config_param "WIFI_INTERFACE" "$WIFI_INTERFACE"
ifconfig $WIFI_INTERFACE down
ifconfig $WIFI_INTERFACE up