mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
fix multiple instances of busybox httpd (thx, Yanira)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d5723b9bc3
commit
b30d9f6216
@ -12,7 +12,7 @@ system_config() {
|
||||
|
||||
httpd_config() {
|
||||
local cfg="$1"
|
||||
local c_file port realm home
|
||||
local c_file port realm home args
|
||||
|
||||
config_get c_file "$cfg" c_file
|
||||
[ -n "$c_file" -a -f "$c_file" ] && append args "-c \"$c_file\""
|
||||
|
Loading…
Reference in New Issue
Block a user