removed lxml post processing
updated dockerfile
This commit is contained in:
parent
1b1e34b035
commit
325c735f4e
7 changed files with 57 additions and 68 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue