Fix for php8.3

This commit is contained in:
VirtuBox
2023-11-24 00:11:57 +01:00
parent f699012b9b
commit 477e118c0a
5 changed files with 7 additions and 4 deletions

View File

@@ -457,7 +457,8 @@ class WOStackController(CementBaseController):
WOAptGet.is_installed(self, 'php7.4-fpm') or
WOAptGet.is_installed(self, 'php8.0-fpm') or
WOAptGet.is_installed(self, 'php8.1-fpm') or
WOAptGet.is_installed(self, 'php8.2-fpm')):
WOAptGet.is_installed(self, 'php8.2-fpm') or
WOAptGet.is_installed(self, 'php8.3-fpm')):
pargs.php = True
Log.debug(self, "Setting packages variable for utils")
packages = packages + [[