minor change
This commit is contained in:
parent
fd75f56635
commit
6252e6fd88
@ -466,7 +466,7 @@ else
|
||||
[[ "$WIFI_IFACE" == "$INTERNET_IFACE" ]] && die "You can not share your connection from the same interface if you are using --no-virt option."
|
||||
fi
|
||||
|
||||
can_transmit_to_channel ${WIFI_IFACE} ${CHANNEL} || die "Your adapter can not transmit to channel $CHANNEL."
|
||||
can_transmit_to_channel ${WIFI_IFACE} ${CHANNEL} || die "Your adapter can not transmit to channel ${CHANNEL}."
|
||||
|
||||
networkmanager_add_unmanaged ${WIFI_IFACE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user