summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f74f863f..8ae916d3 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -122,7 +122,7 @@ EOF
}
_add_config_dir () {
- for file in `find "$1" -mindepth 1 -type f`; do
+ for file in `find "$1" -mindepth 1 -maxdepth 1 -type f`; do
_add_config_file $file
done
}