minor change

This commit is contained in:
oblique 2014-08-28 09:01:00 +03:00
parent fd75f56635
commit 6252e6fd88

View File

@ -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." [[ "$WIFI_IFACE" == "$INTERNET_IFACE" ]] && die "You can not share your connection from the same interface if you are using --no-virt option."
fi 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} networkmanager_add_unmanaged ${WIFI_IFACE}