1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

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
This commit is contained in:
zedshaw 2006-04-01 20:32:50 +00:00
parent b5b3900abd
commit 6c8d479b38

View file

@ -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