You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/08/30 21:31:20 UTC

svn commit: r690562 - /incubator/couchdb/trunk/bin/couchdb.tpl.in

Author: jan
Date: Sat Aug 30 12:31:20 2008
New Revision: 690562

URL: http://svn.apache.org/viewvc?rev=690562&view=rev
Log:
Fix -b startup option.

Modified:
    incubator/couchdb/trunk/bin/couchdb.tpl.in

Modified: incubator/couchdb/trunk/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bin/couchdb.tpl.in?rev=690562&r1=690561&r2=690562&view=diff
==============================================================================
--- incubator/couchdb/trunk/bin/couchdb.tpl.in (original)
+++ incubator/couchdb/trunk/bin/couchdb.tpl.in Sat Aug 30 12:31:20 2008
@@ -193,7 +193,7 @@
         -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