From: Jo-Philipp Wich Date: Sun, 25 Jan 2015 15:54:43 +0000 (+0000) Subject: uhttpd: fix exit code of mod-ubus postinstall script X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f5c0708edb6052e8fb6dfaf5c273b3af44d3843;p=openwrt%2Fstaging%2Fblocktrron.git uhttpd: fix exit code of mod-ubus postinstall script Signed-off-by: Jo-Philipp Wich SVN-Revision: 44132 --- 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