Quellcode durchsuchen

uhttpd: fix exit code of mod-ubus postinstall script

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 44132
Jo-Philipp Wich vor 11 Jahren
Ursprung
Commit
8f5c0708ed
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      package/network/services/uhttpd/files/ubus.default

+ 2 - 0
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 set uhttpd.main.ubus_prefix=/ubus
 	uci commit uhttpd
 	uci commit uhttpd
 fi
 fi
+
+exit 0