duh
This commit is contained in:
parent
5076114aa7
commit
c5ddc6ef74
@ -145,7 +145,7 @@ iwconfig_associate() {
|
|||||||
mode="adhoc"
|
mode="adhoc"
|
||||||
if ! LC_ALL=C ifconfig "${IFACE}" | \
|
if ! LC_ALL=C ifconfig "${IFACE}" | \
|
||||||
grep -q "^[[:space:]]*media: .*adhoc" ; then
|
grep -q "^[[:space:]]*media: .*adhoc" ; then
|
||||||
ifconfig "${IFACE}" down -mediaopt adhoc up
|
ifconfig "${IFACE}" down mediaopt adhoc up
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user