X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbusybox%2Ffiles%2Fhttpd;h=3714a02de552b4d5e150ab659c4d4bdc61ead557;hb=ebd408630fb6e08feed65893c6136f10cc715759;hp=f7e166d0ad06cbe31774ac82d4242e5457ca9cb4;hpb=cd9ca196b67a5bc984e824a1ad295d255e80cf5f;p=openwrt%2F.git diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd index f7e166d0ad..3714a02de5 100755 --- a/package/busybox/files/httpd +++ b/package/busybox/files/httpd @@ -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\""