[package] uhttpd: use uci_get() wrapper (#7312)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 17 May 2010 19:35:15 +0000 (19:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 17 May 2010 19:35:15 +0000 (19:35 +0000)
SVN-Revision: 21492

package/uhttpd/files/uhttpd.init

index 14f8fc4c468d79ebe2b171ab258fb99aca010273..58f980c42f2dc92696f1ddfa6cc8da4b40a71cfe 100755 (executable)
@@ -48,7 +48,7 @@ start_instance()
        UHTTPD_KEY=""
 
        local cfg="$1"
-       local realm="$(uci get system.@system[0].hostname 2>/dev/null)"
+       local realm="$(uci_get system.@system[0].hostname)"
        local listen http https
 
        append_arg "$cfg" home "-h"