another little typo

This commit is contained in:
zhitomirskiyi 2010-11-12 14:00:28 -08:00
parent da58422036
commit 47d6f82b5f

View file

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