@@ -70,4 +70,9 @@ if [ -f "$pool_file_73" ]; then
service php7.3-fpm restart
fi
+if [ -f "$pool_file_74" ]; then
+ rm $pool_file_74
+ service php7.4-fpm restart
+fi
+
exit 0
@@ -70,4 +70,9 @@ if [ ! -f "$pool_file_73" ]; then