We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19175b0 commit fd9043cCopy full SHA for fd9043c
install/hst-install-debian.sh
@@ -457,7 +457,7 @@ fi
457
if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
458
echo ' - Apache Web Server (as backend)'
459
fi
460
-if [ "$phpfpm" = 'yes' ]; then
+if [ "$phpfpm" = 'yes' ] && [ "$multiphp" = 'no' ]; then
461
echo ' - PHP-FPM Application Server'
462
463
if [ "$multiphp" = 'yes' ]; then
install/hst-install-ubuntu.sh
@@ -420,7 +420,7 @@ fi
420
421
422
423
424
425
426
0 commit comments