From 0fc72a1237de5ade212dca98b3af0ad2256a6ebe Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 30 Aug 2008 19:31:20 +0000 Subject: Fix -b startup option. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690562 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3