6 lines
69 B
Text
6 lines
69 B
Text
|
#!/bin/sh
|
||
|
|
||
|
uci set babeld.@general[0].ubus_bindings='true'
|
||
|
|
||
|
return 0
|