Skip to content

Commit 830f7e9

Browse files
committed
Fix missing space.
1 parent 9dfe603 commit 830f7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/manual/migrate-190718-multiphp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
6565
backend_tpl="PHP-7_2"
6666
elif [ "$domain_tpl" = "PHP-73" ] || [ "$domain_tpl" = "default" ] || [ -z "$domain_tpl" ]; then
6767
backend_tpl="PHP-7_3"
68-
elif [ "$domain_tpl" = "PHP-74"]; then
68+
elif [ "$domain_tpl" = "PHP-74" ]; then
6969
backend_tpl="PHP-7_4"
7070
else
7171
# Custom domain template used

0 commit comments

Comments
 (0)