fix multiple instances of busybox httpd (thx, Yanira)

SVN-Revision: 12663
This commit is contained in:
Felix Fietkau 2008-09-23 15:24:02 +00:00
parent cd9ca196b6
commit ebd408630f

View file

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