From be9c2de98800ae915871ce2dedd99fbe19eda757 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Tue, 18 Nov 2025 22:40:01 +0300 Subject: [PATCH] Fixed remi php version --- install/hst-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/hst-install.sh b/install/hst-install.sh index 5a5341f..afefc49 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -1499,6 +1499,10 @@ fi # Configure PHP-FPM # #----------------------------------------------------------# +if [ "$uselocalphp" == "no" ]; then + multiphp_v=("74" "80" "81" "82" "83" "84") +fi + if [ "$phpfpm" = "yes" ]; then if [ "$multiphp" = 'yes' ]; then for v in "${multiphp_v[@]}"; do