Submodule PHP-FPM: Added inital debain 12 support
This commit is contained in:
@@ -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
|
# Debian/Ubunbtu Php variables
|
||||||
phpPoolDir=/etc/php/${phpver}/fpm/pool.d
|
phpPoolDir=/etc/php/${phpver}/fpm/pool.d
|
||||||
phpPkgName=php${phpver}
|
phpPkgName=php${phpver}
|
||||||
|
|||||||
Reference in New Issue
Block a user