removed lxml post processing

updated dockerfile
This commit is contained in:
Matthew Scragg 2014-10-29 15:06:54 -05:00
parent 1b1e34b035
commit 325c735f4e
7 changed files with 57 additions and 68 deletions

View file

@ -326,8 +326,8 @@ def restart():
def status():
""" Get server status
"""
pid = is_running(get_pid())
if not pid:
pid = get_pid()
if not is_running(pid):
yellow("Server is not running")
else:
green("Server is running PID: %s" % pid)