Skip to content

Commit 540c259

Browse files
committed
[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
1 parent cbb2d76 commit 540c259

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ if [ "$phpfpm" = 'yes' ] && [ "$multiphp" = 'no' ]; then
459459
echo ' - PHP-FPM Application Server'
460460
fi
461461
if [ "$multiphp" = 'yes' ]; then
462+
phpfpm='yes'
462463
echo ' - Multi-PHP Environment'
463464
fi
464465

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ if [ "$phpfpm" = 'yes' ] && [ "$multiphp" = 'no' ]; then
422422
echo ' - PHP-FPM Application Server'
423423
fi
424424
if [ "$multiphp" = 'yes' ]; then
425+
phpfpm='yes'
425426
echo ' - Multi-PHP Environment'
426427
fi
427428

0 commit comments

Comments
 (0)