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 | 644087a08b32ea544b3f5bf38b337f31924f4c69 (patch) | |
tree | 4b17424038f93965759f1ec1344d30c658bcfd11 /package | |
parent | a91f2f12729416367dae72fc56450c81749d2d63 (diff) | |
download | upstream-644087a08b32ea544b3f5bf38b337f31924f4c69.tar.gz upstream-644087a08b32ea544b3f5bf38b337f31924f4c69.tar.bz2 upstream-644087a08b32ea544b3f5bf38b337f31924f4c69.zip |
uhttpd: fix exit code of mod-ubus postinstall script
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44132 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |