Fix status check on php8.3

This commit is contained in:
Gabriel Giordano
2023-12-20 23:20:16 -03:00
parent 6161550cf7
commit 7c6dab1f08

View File

@@ -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))