php8.3 templetes typo fix

This commit is contained in:
myvesta 2024-01-07 22:19:17 +01:00 committed by GitHub
parent db6ba149c6
commit 08d0db0c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ pool_file_74="/etc/php/7.4/fpm/pool.d/$2.conf"
pool_file_80="/etc/php/8.0/fpm/pool.d/$2.conf" pool_file_80="/etc/php/8.0/fpm/pool.d/$2.conf"
pool_file_81="/etc/php/8.1/fpm/pool.d/$2.conf" pool_file_81="/etc/php/8.1/fpm/pool.d/$2.conf"
pool_file_82="/etc/php/8.2/fpm/pool.d/$2.conf" pool_file_82="/etc/php/8.2/fpm/pool.d/$2.conf"
pool_file_82="/etc/php/8.3/fpm/pool.d/$2.conf" pool_file_83="/etc/php/8.3/fpm/pool.d/$2.conf"
if [ -f "$pool_file_56" ]; then if [ -f "$pool_file_56" ]; then
rm $pool_file_56 rm $pool_file_56

View file

@ -49,7 +49,7 @@ pool_file_74="/etc/php/7.4/fpm/pool.d/$2.conf"
pool_file_80="/etc/php/8.0/fpm/pool.d/$2.conf" pool_file_80="/etc/php/8.0/fpm/pool.d/$2.conf"
pool_file_81="/etc/php/8.1/fpm/pool.d/$2.conf" pool_file_81="/etc/php/8.1/fpm/pool.d/$2.conf"
pool_file_82="/etc/php/8.2/fpm/pool.d/$2.conf" pool_file_82="/etc/php/8.2/fpm/pool.d/$2.conf"
pool_file_82="/etc/php/8.3/fpm/pool.d/$2.conf" pool_file_83="/etc/php/8.3/fpm/pool.d/$2.conf"
if [ -f "$pool_file_56" ]; then if [ -f "$pool_file_56" ]; then
rm $pool_file_56 rm $pool_file_56