about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-01 20:32:50 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-01 20:32:50 +0000
commit6c8d479b380ef624b6ae7a4588d37c32ffc2579e (patch)
treeae198a82fd93a14bb720a0924b8b12972d794077 /bin
parentb5b3900abd61895f2a688d67c827b040956d692d (diff)
downloadunicorn-6c8d479b380ef624b6ae7a4588d37c32ffc2579e.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@137 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 679c1e2..b171177 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -48,7 +48,7 @@ class Start < GemPlugin::Plugin "/commands"
     settings = { :host => @address,  :port => @port, :cwd => @cwd,
       :log_file => @log_file, :pid_file => @pid_file, :environment => @environment,
       :docroot => @docroot, :mime_map => @mime_map, :daemon => @daemon,
-      :debug => @debug, :includes => ["mongrel"]
+      :debug => @debug, :includes => ["mongrel"], :config_script => @config_script
     }
 
     if @config_file