mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
php8.3 templetes typo fix
This commit is contained in:
parent
db6ba149c6
commit
08d0db0c6f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue