File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ if [ "$multiphp" = 'yes' ]; then
658658 done
659659fi
660660
661- if [ " $phpfpm " = ' yes' ] || [ -z " $fpm_added " ]; then
661+ if [ " $phpfpm " = ' yes' ] || [ " $fpm_added " ]; then
662662 fpm=" php$fpm_v php$fpm_v -common php$fpm_v -bcmath php$fpm_v -cli
663663 php$fpm_v -curl php$fpm_v -fpm php$fpm_v -gd php$fpm_v -intl
664664 php$fpm_v -mysql php$fpm_v -soap php$fpm_v -xml php$fpm_v -zip
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ if [ "$multiphp" = 'yes' ]; then
625625 done
626626fi
627627
628- if [ " $phpfpm " = ' yes' ] || [ -z " $fpm_added " ]; then
628+ if [ " $phpfpm " = ' yes' ] || [ " $fpm_added " ]; then
629629 fpm=" php$fpm_v php$fpm_v -common php$fpm_v -bcmath php$fpm_v -cli
630630 php$fpm_v -curl php$fpm_v -fpm php$fpm_v -gd php$fpm_v -intl
631631 php$fpm_v -mysql php$fpm_v -soap php$fpm_v -xml php$fpm_v -zip
You can’t perform that action at this time.
0 commit comments