Update index.py
This commit is contained in:
parent
b97e0df6c5
commit
91d189cf00
|
|
@ -285,9 +285,6 @@ def start():
|
|||
|
||||
def stop():
|
||||
r = restyOp('stop')
|
||||
pid_file = getPidFile()
|
||||
if os.path.exists(pid_file):
|
||||
os.remove(pid_file)
|
||||
return r
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue