From 85d1cbfc79eb0a04ec7f16624d6290920b4355ac Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 9 Sep 2009 01:48:24 +0000 Subject: pass config reset option to recursed background startup, see COUCHDB-498 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@812748 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index 14f989a6..06c93374 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -116,7 +116,7 @@ EOF `" fi start_arguments="$start_arguments $1" - background_start_arguments="$background_start_arguments -a \\\"$1\\\"" + background_start_arguments="$background_start_arguments -a $1" } _add_config_dir () { @@ -135,7 +135,7 @@ _load_config () { _reset_config () { print_arguments="" start_arguments="" - background_start_arguments="" + background_start_arguments="-n" } _print_config () { -- cgit v1.2.3