FIx critical bug on start_server
This commit is contained in:
parent
a87ee06f65
commit
6374370871
|
@ -334,7 +334,7 @@ def start_server():
|
|||
prefix = get_prefix() + "/bin/"
|
||||
|
||||
Popen("%sgunicorn 'realms:create_app()' -b %s:%s -k gevent %s" %
|
||||
(config.HOST, prefix, config.PORT, flags), shell=True, executable='/bin/bash')
|
||||
(prefix, config.HOST, config.PORT, flags), shell=True, executable='/bin/bash')
|
||||
|
||||
|
||||
def stop_server():
|
||||
|
|
Loading…
Reference in a new issue