summaryrefslogtreecommitdiff
path: root/package/network/services/uhttpd/files/ubus.default
blob: f0f71e9d35176a19b0cf9c2451b9bbc3e99b7ef5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then
	uci set uhttpd.main.ubus_prefix=/ubus
	uci commit uhttpd
fi

exit 0