diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchdb.tpl.in | 4 |
1 files 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 () { |