Update fix_wifi.sh

This commit is contained in:
klever1988 2020-04-11 03:27:09 +08:00 committed by GitHub
parent f46d918425
commit 3ce5ed2fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#!/bin/ash
uci delete wireless.radio0
uci delete wireless.default_radio0
uci commit wireless
wifi
echo '请重新插拔usb网卡'