Fix status check on php8.3
This commit is contained in:
@@ -170,6 +170,7 @@ class WOService():
|
||||
'php8.0-fpm',
|
||||
'php8.1-fpm',
|
||||
'php8.2-fpm',
|
||||
'php8.3-fpm',
|
||||
]:
|
||||
retcode = subprocess.getstatusoutput('service {0} status'
|
||||
.format(service_name))
|
||||
|
||||
Reference in New Issue
Block a user