We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfe603 commit 830f7e9Copy full SHA for 830f7e9
install/upgrade/manual/migrate-190718-multiphp.sh
@@ -65,7 +65,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
65
backend_tpl="PHP-7_2"
66
elif [ "$domain_tpl" = "PHP-73" ] || [ "$domain_tpl" = "default" ] || [ -z "$domain_tpl" ]; then
67
backend_tpl="PHP-7_3"
68
- elif [ "$domain_tpl" = "PHP-74"]; then
+ elif [ "$domain_tpl" = "PHP-74" ]; then
69
backend_tpl="PHP-7_4"
70
else
71
# Custom domain template used
0 commit comments