Jelajahi Sumber

[Installer] Selecting multiphp also implies php-fpm

- previously when installing multiphp with php-fpm disabled (man set to 'no') would have resulted in an incomplete multiphp-install
Robert Zollner 5 tahun lalu
induk
melakukan
540c259628
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      install/hst-install-debian.sh
  2. 1 0
      install/hst-install-ubuntu.sh

+ 1 - 0
install/hst-install-debian.sh

@@ -459,6 +459,7 @@ if [ "$phpfpm"  = 'yes' ] && [ "$multiphp" = 'no' ]; then
     echo '   - PHP-FPM Application Server'
 fi
 if [ "$multiphp"  = 'yes' ]; then
+    phpfpm='yes'
     echo '   - Multi-PHP Environment'
 fi
 

+ 1 - 0
install/hst-install-ubuntu.sh

@@ -422,6 +422,7 @@ if [ "$phpfpm"  = 'yes' ] && [ "$multiphp" = 'no' ]; then
     echo '   - PHP-FPM Application Server'
 fi
 if [ "$multiphp"  = 'yes' ]; then
+    phpfpm='yes'
     echo '   - Multi-PHP Environment'
 fi