summaryrefslogtreecommitdiffstats
path: root/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-04-28 20:51:02 +0200
committerWarren Baker <warren@decoy.co.za>2014-04-28 20:51:02 +0200
commit7a19fd77a9ec8268f1c6e0e5c783d862b0fb32ad (patch)
tree74de06e48baf0483d5c985e78694ea309ea6cd51 /etc/inc/unbound.inc
parentf2bc186f3133c506104f8629001357063066a86e (diff)
downloadpfsense-7a19fd77a9ec8268f1c6e0e5c783d862b0fb32ad.zip
pfsense-7a19fd77a9ec8268f1c6e0e5c783d862b0fb32ad.tar.gz
Add space between configile and switch
Diffstat (limited to 'etc/inc/unbound.inc')
-rw-r--r--etc/inc/unbound.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/unbound.inc b/etc/inc/unbound.inc
index ec6f773..c8622d3 100644
--- a/etc/inc/unbound.inc
+++ b/etc/inc/unbound.inc
@@ -403,7 +403,7 @@ function do_as_unbound_user($cmd) {
switch ($cmd) {
case "start":
- mwexec("/usr/sbin/unbound -c{$g['unbound_chroot_path']}/unbound.conf");
+ mwexec("/usr/sbin/unbound -c {$g['unbound_chroot_path']}/unbound.conf");
break;
case "stop":
mwexec("echo '/usr/sbin/unbound-control stop' | /usr/bin/su -m unbound", true);
OpenPOWER on IntegriCloud