1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

uhttpd: use uci_get() wrapper (#7312)

SVN-Revision: 21492
This commit is contained in:
Jo-Philipp Wich 2010-05-17 19:35:15 +00:00
parent 47e443f91b
commit 51cae701b6

@ -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"