diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:59:47 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:59:47 -0500 |
commit | b6dce8fc69fac77efa71a94597de5bdbf69fc799 (patch) | |
tree | f10873f6df792dd137786573ac71e908c90d154f /config | |
parent | 970f34cf9da3fa1905e33e18bcb57fc8cbfc453d (diff) | |
download | pfsense-packages-b6dce8fc69fac77efa71a94597de5bdbf69fc799.tar.gz pfsense-packages-b6dce8fc69fac77efa71a94597de5bdbf69fc799.tar.bz2 pfsense-packages-b6dce8fc69fac77efa71a94597de5bdbf69fc799.zip |
chown -R
Diffstat (limited to 'config')
-rw-r--r-- | config/unbound/unbound.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index e645e9f1..437e68c4 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -73,7 +73,7 @@ function unbound_initial_setup() { unbound_resync_config(); unbound_keys_setup(); - exec("/usr/sbin/chown unbound:wheel /usr/local/etc/unbound/*"); + exec("/usr/sbin/chown -R unbound:wheel /usr/local/etc/unbound/*"); // Write out the XML config write_config(); |