Compare commits

..

2 Commits

Author SHA1 Message Date
Alexey Berezhok 7e9f0f1074 Merge branch 'devel' of ssh://dev.brepo.ru:9453/bayrepo/hestiacp into devel
2 months ago
Alexey Berezhok be9c2de988 Fixed remi php version
2 months ago

@ -1499,6 +1499,10 @@ fi
# Configure PHP-FPM # # Configure PHP-FPM #
#----------------------------------------------------------# #----------------------------------------------------------#
if [ "$uselocalphp" == "no" ]; then
multiphp_v=("74" "80" "81" "82" "83" "84")
fi
if [ "$phpfpm" = "yes" ]; then if [ "$phpfpm" = "yes" ]; then
if [ "$multiphp" = 'yes' ]; then if [ "$multiphp" = 'yes' ]; then
for v in "${multiphp_v[@]}"; do for v in "${multiphp_v[@]}"; do

Loading…
Cancel
Save