summaryrefslogtreecommitdiff
path: root/bin/couchdb.tpl.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/couchdb.tpl.in')
-rw-r--r--bin/couchdb.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in
index c0a1a5a0..f4a0c72d 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -121,7 +121,7 @@ EOF
}
_add_config_dir () {
- for file in `find "$1" -mindepth 1`; do
+ for file in `find "$1" -mindepth 1 -type f`; do
_add_config_file $file
done
}