Update index.py

pull/121/head
midoks 3 years ago
parent 75a2a5a25c
commit e22584128b
  1. 2
      plugins/php-apt/index.py

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

Loading…
Cancel
Save