diff options
| author | Felix Fietkau | 2008-09-23 15:24:02 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2008-09-23 15:24:02 +0000 |
| commit | 2d96e7bb25d9bef5607b0afd6f239e6846257b8d (patch) | |
| tree | 6c2b8f991c2b9a558de4b1eb7a019aa7a6c7bacf | |
| parent | 329387f70ce9d4eba4dabacfd25d8f8cffab4208 (diff) | |
| download | archive-2d96e7bb25d9bef5607b0afd6f239e6846257b8d.tar.gz | |
fix multiple instances of busybox httpd (thx, Yanira)
SVN-Revision: 12663
| -rwxr-xr-x | package/busybox/files/httpd | 2 |
1 files changed, 1 insertions, 1 deletions
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\"" |