summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 14:09:42 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 14:09:42 -0500
commit2953848baf6d831f12519ef9c52fe4fc4751c07a (patch)
treecdc1d4a3fab56a8bc48de8e4528c5aba02698dd5 /etc/inc
parent9abe1997c80d62ff5e342b4ff118c651fbaaab1a (diff)
downloadpfsense-2953848baf6d831f12519ef9c52fe4fc4751c07a.zip
pfsense-2953848baf6d831f12519ef9c52fe4fc4751c07a.tar.gz
remove single quotes
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 0971c1c..6369d73 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -1073,7 +1073,7 @@ function setup_dnsfilter_entries() {
killbypid("{$g['tmp_path']}/dnswatch-cpah.pid");
// For some reason the killbypid() is not working. Brute force if needed.
exec("/bin/ps awux | grep -v /usr/bin/grep | grep dnswatch-cpah.pid | /usr/bin/awk '{ print \$2 }' | /usr/bin/xargs kill");
- mwexec("/usr/local/sbin/dnswatch {$g['tmp_path']}/dnswatch-cpah.pid 300 '/etc/rc.captiveportal_configure' {$cp_filterdns_filename}");
+ mwexec("/usr/local/sbin/dnswatch {$g['tmp_path']}/dnswatch-cpah.pid 300 /etc/rc.captiveportal_configure {$cp_filterdns_filename}");
}
function captiveportal_allowedhostname_configure() {
OpenPOWER on IntegriCloud