X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7c4fa97f627bc05775c813a148cafb23b42ae75f..b30d9f6216e75e0308499c9003c1d2f4916a8c1d:/package/busybox/files/httpd diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd index f7e166d0a..3714a02de 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\""