diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index 9e8c5d734..0883b32ed 100755 --- a/plugins/php-apt/index.py +++ b/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] == '':