mirror of
https://github.com/openwrt/luci.git
synced 2025-04-23 07:15:55 +00:00
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>
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
uci set babeld.@general[0].ubus_bindings='true'
|
|
|
|
return 0
|