mirror of https://github.com/hak5/openwrt-owl.git
parent
3ac5165690
commit
d4d91df5fe
|
@ -9,6 +9,10 @@ start() {
|
|||
setup_switch
|
||||
|
||||
ubus call network reload
|
||||
|
||||
grep -qs config /etc/config/wireless && {
|
||||
/sbin/wifi up
|
||||
}
|
||||
}
|
||||
|
||||
restart() {
|
||||
|
|
Loading…
Reference in New Issue