Author: jow Date: 2015-01-25 16:54:43 +0100 (Sun, 25 Jan 2015) New Revision: 44132
Modified: trunk/package/network/services/uhttpd/files/ubus.default Log: uhttpd: fix exit code of mod-ubus postinstall script Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/network/services/uhttpd/files/ubus.default =================================================================== --- trunk/package/network/services/uhttpd/files/ubus.default 2015-01-25 15:52:28 UTC (rev 44131) +++ trunk/package/network/services/uhttpd/files/ubus.default 2015-01-25 15:54:43 UTC (rev 44132) @@ -4,3 +4,5 @@ uci set uhttpd.main.ubus_prefix=/ubus uci commit uhttpd fi + +exit 0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
