another little typo
This commit is contained in:
parent
da58422036
commit
47d6f82b5f
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ end
|
|||
config = YAML.load_file("/usr/local/app/diaspora/chef/cookbooks/common/files/default/thins.yml")
|
||||
|
||||
config.each do |thin|
|
||||
id = thin["port"]
|
||||
port = thin["port"]
|
||||
#socket = "/tmp/thin_#{id}.sock"
|
||||
dir = "/service/thin_#{id}"
|
||||
dir = "/service/thin_#{port}"
|
||||
flags = []
|
||||
flags << "-c /usr/local/app/diaspora" #directory to run from
|
||||
flags << "-e production" #run in production mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue