From 6c8d479b380ef624b6ae7a4588d37c32ffc2579e Mon Sep 17 00:00:00 2001 From: zedshaw Date: Sat, 1 Apr 2006 20:32:50 +0000 Subject: Bug where the config script wouldn't get loaded. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@137 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-24-ge0c7