summaryrefslogtreecommitdiffstats
path: root/package/network/services
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-25 15:54:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-25 15:54:43 +0000
commit8f5c0708edb6052e8fb6dfaf5c273b3af44d3843 (patch)
tree149580effc54f48ef61404f08d6777436d6b0ed4 /package/network/services
parent9a8a348f14d72e60bba97b3afe4e548b6a8ac168 (diff)
downloadmaster-31e0f0ae-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.tar.gz
master-31e0f0ae-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.tar.bz2
master-31e0f0ae-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.zip
uhttpd: fix exit code of mod-ubus postinstall script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44132
Diffstat (limited to 'package/network/services')
-rw-r--r--package/network/services/uhttpd/files/ubus.default2
1 files changed, 2 insertions, 0 deletions
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