Show adaptor
This commit is contained in:
parent
1c660aa45b
commit
65982e8a6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue