From b6dce8fc69fac77efa71a94597de5bdbf69fc799 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 21 Nov 2010 17:59:47 -0500 Subject: chown -R --- config/unbound/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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(); -- cgit v1.2.3