pull/888/head
dami 3 weeks ago
parent b4604928ec
commit 275f2515d6
  1. 2
      plugins/php-apt/index_php_apt.py
  2. 2
      plugins/php/index.py
  3. 2
      plugins/php/index_php.py

@ -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):
sock文件判断是否启动
'''
sock = getPhpSocket(version)
if sock.find(':'):
if sock.find(':')>-1:
return status_progress(version)
if not os.path.exists(sock):

@ -74,7 +74,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):

Loading…
Cancel
Save