1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Delete default wifi

This commit is contained in:
Ycarus 2018-07-05 15:28:44 +02:00
parent 6aa1b13111
commit b830b94577

View file

@ -0,0 +1,10 @@
#!/bin/sh
uci -q show wireless.default_radio0 && {
uci -q batch <<-EOF >/dev/null
delete wireless.default_radio0
commit wireless
EOF
}
exit 0