uhttpd: fix exit code of mod-ubus postinstall script
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 25 Jan 2015 15:54:43 +0000 (15:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 25 Jan 2015 15:54:43 +0000 (15:54 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44132

package/network/services/uhttpd/files/ubus.default

index 397456db6a99a6cf0c3ddd9ae0c938d538a871dd..f0f71e9d35176a19b0cf9c2451b9bbc3e99b7ef5 100644 (file)
@@ -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