fix upstart script func

This commit is contained in:
Matthew Scragg 2014-10-22 16:45:37 -05:00
parent 9de1e4bdd8
commit 84a5b51662
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ exec gunicorn \
--user {{ user }} \
--group {{ user }} \
--chdir {{ app_dir }} \
realms:app
'realms:create_app()'
"""
template = Template(script)

View file

@ -1 +1 @@
__version__ = '0.3.24'
__version__ = '0.3.25'