summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-08-30 19:31:20 +0000
committerJan Lehnardt <jan@apache.org>2008-08-30 19:31:20 +0000
commit0fc72a1237de5ade212dca98b3af0ad2256a6ebe (patch)
treec8465ff4a36b49b33f13a8d216db8dac8e205ada /bin
parent0c88243c1e0636d9b808acccced198589727b7af (diff)
Fix -b startup option.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-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 b4a0c5be..5de3a682 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -193,7 +193,7 @@ start_couchdb () {
-eval \"couch_server:start([$start_arguments]), receive done -> done end.\" "
if test "$BACKGROUND_BOOLEAN" = "true" \
-a "$RECURSED_BOOLEAN" = "false"; then
- $0 -c $INI_FILE -b -r $RESPAWN_TIMEOUT -p $PID_FILE \
+ $0 -c $ini_files -b -r $RESPAWN_TIMEOUT -p $PID_FILE \
-o $STDOUT_FILE -e $STDERR_FILE -R &
echo "Apache CouchDB has started, time to relax."
else