From 80ef1df75490ba0b8d2c681c8d93e7f87387d23a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 25 Jan 2015 15:54:43 +0000 Subject: [PATCH] uhttpd: fix exit code of mod-ubus postinstall script Signed-off-by: Jo-Philipp Wich SVN-Revision: 44132 --- package/network/services/uhttpd/files/ubus.default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/network/services/uhttpd/files/ubus.default b/package/network/services/uhttpd/files/ubus.default index 397456db6a..f0f71e9d35 100644 --- a/package/network/services/uhttpd/files/ubus.default +++ b/package/network/services/uhttpd/files/ubus.default @@ -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 -- 2.30.2