mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 18:04:42 +02:00
[package] uhttpd: use uci_get() wrapper (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21492 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9948fcb210
commit
24228fd469
@ -48,7 +48,7 @@ start_instance()
|
|||||||
UHTTPD_KEY=""
|
UHTTPD_KEY=""
|
||||||
|
|
||||||
local cfg="$1"
|
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
|
local listen http https
|
||||||
|
|
||||||
append_arg "$cfg" home "-h"
|
append_arg "$cfg" home "-h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user