OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | #!/bin/sh |
2 | |||
3 | if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then |
||
4 | uci set uhttpd.main.ubus_prefix=/ubus |
||
5 | uci commit uhttpd |
||
6 | fi |
||
7 | |||
8 | exit 0 |