Fixed server.sh path on deploy script

This commit is contained in:
Felipe Martín 2013-05-23 13:42:44 +02:00
parent fea572bd83
commit 2f07391ade
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CONFIG_FILES = [
'./conf/app.supervisor.conf'
),
(
'%s/config/production/server.sh' % GIT_DOWNLOAD_DIR,
'%s/config/server/server.sh' % GIT_DOWNLOAD_DIR,
'./server.sh'
),
]