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