diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 15:54:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 15:54:43 +0000 |
commit | 8f5c0708edb6052e8fb6dfaf5c273b3af44d3843 (patch) | |
tree | 149580effc54f48ef61404f08d6777436d6b0ed4 | |
parent | 9a8a348f14d72e60bba97b3afe4e548b6a8ac168 (diff) | |
download | upstream-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.tar.gz upstream-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.tar.bz2 upstream-8f5c0708edb6052e8fb6dfaf5c273b3af44d3843.zip |
uhttpd: fix exit code of mod-ubus postinstall script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44132
-rw-r--r-- | package/network/services/uhttpd/files/ubus.default | 2 |
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 |