Update IS_PHPEVOLINUXCONF for Bookworm

This commit is contained in:
David Prevot 2023-11-22 15:33:54 +01:00
parent f546fb97f0
commit 668791208a

View file

@ -1062,6 +1062,7 @@ check_phpevolinuxconf() {
is_debian_stretch && phpVersion="7.0"
is_debian_buster && phpVersion="7.3"
is_debian_bullseye && phpVersion="7.4"
is_debian_bookworm && phpVersion="8.2"
if is_installed php; then
{ test -f "/etc/php/${phpVersion}/cli/conf.d/z-evolinux-defaults.ini" \
&& test -f "/etc/php/${phpVersion}/cli/conf.d/zzz-evolinux-custom.ini"