Jelajahi Sumber

Add remove routine for php7.4 pool configs.

Raphael Schneeberger 6 tahun lalu
induk
melakukan
2cb0ae311a

+ 5 - 0
install/deb/multiphp/apache2/PHP-56.sh

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

+ 5 - 0
install/deb/multiphp/apache2/PHP-70.sh

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

+ 5 - 0
install/deb/multiphp/apache2/PHP-71.sh

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

+ 5 - 0
install/deb/multiphp/apache2/PHP-72.sh

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

+ 5 - 0
install/deb/multiphp/apache2/PHP-73.sh

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

+ 5 - 0
install/deb/multiphp/nginx/PHP-56.sh

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

+ 5 - 0
install/deb/multiphp/nginx/PHP-70.sh

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

+ 5 - 0
install/deb/multiphp/nginx/PHP-71.sh

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

+ 5 - 0
install/deb/multiphp/nginx/PHP-72.sh

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