uhttpd: fix exit code of mod-ubus postinstall script
[openwrt.git] / package / network / services / uhttpd / files / ubus.default
index 397456d..f0f71e9 100644 (file)
@@ -4,3 +4,5 @@ if [ -z "$(uci -q get uhttpd.main.ubus_prefix)" ]; then
        uci set uhttpd.main.ubus_prefix=/ubus
        uci commit uhttpd
 fi
+
+exit 0