@ -80,7 +80,7 @@ def status(version):
sock文件判断是否启动
'''
sock = getPhpSocket(version)
if sock.find(':'):
if sock.find(':')>-1:
return status_progress(version)
if not os.path.exists(sock):
@ -109,7 +109,7 @@ def status(version):
@ -74,7 +74,7 @@ def status(version):