From c272df81093b977a9f83ca1940f8206e1de8dd7b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 2 Jul 2023 21:05:03 +0200 Subject: [PATCH] Submodule PHP-FPM: Added inital debain 12 support --- SubModules/php-fpm/preconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubModules/php-fpm/preconf.sh b/SubModules/php-fpm/preconf.sh index fecde0c..9ead4d7 100644 --- a/SubModules/php-fpm/preconf.sh +++ b/SubModules/php-fpm/preconf.sh @@ -1,4 +1,4 @@ -if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] ; then +if [ "$shortdist" = "ubu1804" ] || [ "$shortdist" = "ubu2004" ] || [ "$shortdist" = "deb10" ] || [ "$shortdist" = "deb11" ] || [ "$shortdist" = "deb12" ] ; then # Debian/Ubunbtu Php variables phpPoolDir=/etc/php/${phpver}/fpm/pool.d phpPkgName=php${phpver}