uhttpd: fix exit code of mod-ubus postinstall script

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44132
lede-17.01
Jo-Philipp Wich 2015-01-25 15:54:43 +00:00
parent 9a8a348f14
commit 8f5c0708ed
1 changed files with 2 additions and 0 deletions

View 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