We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb2d76 commit 540c259Copy full SHA for 540c259
install/hst-install-debian.sh
@@ -459,6 +459,7 @@ if [ "$phpfpm" = 'yes' ] && [ "$multiphp" = 'no' ]; then
459
echo ' - PHP-FPM Application Server'
460
fi
461
if [ "$multiphp" = 'yes' ]; then
462
+ phpfpm='yes'
463
echo ' - Multi-PHP Environment'
464
465
install/hst-install-ubuntu.sh
@@ -422,6 +422,7 @@ if [ "$phpfpm" = 'yes' ] && [ "$multiphp" = 'no' ]; then
422
423
424
425
426
427
428
0 commit comments