Explorar o código

[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 %!s(int64=5) %!d(string=hai) anos
pai
achega
540c259628
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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