diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:24:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:24:33 +0000 |
commit | cc76d4591c5769100a95f203560cd4f4708f02bb (patch) | |
tree | 0a63f920c744ad40c731e1720a2d90504ca3757f /etc/inc/system.inc | |
parent | 3a66b6211b8d06e494fb4ac73da5d59eacd4529d (diff) | |
download | pfsense-cc76d4591c5769100a95f203560cd4f4708f02bb.zip pfsense-cc76d4591c5769100a95f203560cd4f4708f02bb.tar.gz |
Minor nit-picks
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r-- | etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 7c3678e..31c8d82 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -389,7 +389,7 @@ EOD; /* generate lighttpd configuration */ system_generate_lighty_config("{$g['varetc_path']}/lighty-webConfigurator.conf", $key, $cert, "lighty-webConfigurator.pid", "80", "/usr/local/www/", - "cert.pem"); + "cert.pem"); /* attempt to start lighthttpd */ $res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-webConfigurator.conf"); |