Update index.py

pull/121/head
midoks 3 years ago
parent f7eb7b3061
commit 69f03ece22
  1. 2
      plugins/php-apt/index.py

@ -70,7 +70,7 @@ def getFpmConfFile(version):
def status(version):
# ps -ef|grep 'php/81' |grep -v grep | grep -v python | awk '{print $2}
cmd = "ps -ef|grep 'remi/php" + version + \
cmd = "ps -ef|grep 'php/" + version + \
"' |grep -v grep | grep -v python | awk '{print $2}'"
data = mw.execShell(cmd)
if data[0] == '':

Loading…
Cancel
Save