mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "${ACTION}" = "add" ]; then
|
|
usbmode -s && sleep 5
|
|
[ -n "$(cat /proc/net/wireless | grep wlan)" ] && wifi config && wifi
|
|
fi
|