Fixed remi php version

devel
Alexey Berezhok 2 days ago
parent e2c8835b6b
commit be9c2de988

@ -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

Loading…
Cancel
Save