Rewrite luci app in javascript without external sources CC-Signed-off-by: Nick Hainke <vincent@systemli.org> Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/sh
|
|
|
|
uci set babeld.@general[0].ubus_bindings='true'
|
|
|
|
return 0
|