mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Wasn't reading the config_script option properly.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@140 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
5d600bfd24
commit
8cec366dcd
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Start < GemPlugin::Plugin "/commands"
|
|||
|
||||
if settings[:config_script]
|
||||
log "Loading #{settings[:config_script]} external config script"
|
||||
run_config("config/mongrel.rb")
|
||||
run_config(settings[:config_script])
|
||||
end
|
||||
|
||||
setup_rails_signals
|
||||
|
|
Loading…
Reference in a new issue