Update index.py

pull/601/head
Mr Chen 11 months ago
parent c4d9f13380
commit 2196c5c70e
  1. 4
      plugins/php-apt/index.py

@ -223,8 +223,8 @@ def phpOp(version, method):
if mw.isAppleSystem():
return 'fail'
data = mw.execShell('systemctl ' + method + ' ' +
'php' + version + '-fpm')
data = mw.execShell('systemctl ' + method + ' ' +'php' + version + '-fpm')
if data[1] == '':
return 'ok'
return data[1]

Loading…
Cancel
Save