|
@@ -44,7 +44,7 @@ pool_file_70="/etc/php/7.0/fpm/pool.d/$2.conf"
|
|
|
pool_file_71="/etc/php/7.1/fpm/pool.d/$2.conf"
|
|
pool_file_71="/etc/php/7.1/fpm/pool.d/$2.conf"
|
|
|
pool_file_72="/etc/php/7.2/fpm/pool.d/$2.conf"
|
|
pool_file_72="/etc/php/7.2/fpm/pool.d/$2.conf"
|
|
|
pool_file_73="/etc/php/7.3/fpm/pool.d/$2.conf"
|
|
pool_file_73="/etc/php/7.3/fpm/pool.d/$2.conf"
|
|
|
-pool_file_73="/etc/php/7.4/fpm/pool.d/$2.conf"
|
|
|
|
|
|
|
+pool_file_74="/etc/php/7.4/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
|
|
@@ -68,7 +68,7 @@ fi
|
|
|
|
|
|
|
|
if [ -f "$pool_file_73" ]; then
|
|
if [ -f "$pool_file_73" ]; then
|
|
|
rm $pool_file_73
|
|
rm $pool_file_73
|
|
|
- service php7.2-fpm restart
|
|
|
|
|
|
|
+ service php7.3-fpm restart
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
if [ ! -f "$pool_file_74" ]; then
|
|
if [ ! -f "$pool_file_74" ]; then
|