Skip to content

Commit 8cd1c16

Browse files
committed
Fixed VORTEX_NOTIFY_EMAIL_RECIPIENTS not wrapped in double quotes in .env.
1 parent 6bed1b8 commit 8cd1c16

13 files changed

Lines changed: 15 additions & 17 deletions

File tree

  • .vortex/installer/tests/Fixtures/install
    • _baseline
    • db_download_source_acquia
    • db_download_source_container_registry
    • db_download_source_ftp
    • db_download_source_lagoon
    • hosting_acquia
    • hosting_lagoon
    • names
    • provision_database_lagoon
    • provision_profile
    • starter_drupal_cms_profile
    • starter_drupal_profile

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ VORTEX_NOTIFY_EMAIL_FROM=webmaster@your-site-domain.example
248248
# Multiple names can be specified as a comma-separated list of email addresses
249249
# with optional names in the format "email|name".
250250
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
251-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@your-site-domain.example
251+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@your-site-domain.example|Webmaster"
252252
#;> NOTIFICATIONS
253253

254254
#;< DEMO

.vortex/installer/tests/Fixtures/install/_baseline/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ VORTEX_NOTIFY_EMAIL_FROM=webmaster@star-wars.com
189189
# Multiple names can be specified as a comma-separated list of email addresses
190190
# with optional names in the format "email|name".
191191
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
192-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
192+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
193193

194194
################################################################################
195195
# DEMO #

.vortex/installer/tests/Fixtures/install/db_download_source_acquia/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@@ -190,17 +185,3 @@
1717
# with optional names in the format "email|name".
1818
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
19-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
19+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
2020
-
2121
-################################################################################
2222
-# DEMO #

.vortex/installer/tests/Fixtures/install/db_download_source_container_registry/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@@ -190,17 +189,3 @@
1919
# with optional names in the format "email|name".
2020
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
21-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
21+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
2222
-
2323
-################################################################################
2424
-# DEMO #

.vortex/installer/tests/Fixtures/install/db_download_source_ftp/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@@ -190,17 +196,3 @@
2727
# with optional names in the format "email|name".
2828
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
29-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
29+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
3030
-
3131
-################################################################################
3232
-# DEMO #

.vortex/installer/tests/Fixtures/install/db_download_source_lagoon/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@@ -190,17 +185,3 @@
1717
# with optional names in the format "email|name".
1818
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
19-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
19+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
2020
-
2121
-################################################################################
2222
-# DEMO #

.vortex/installer/tests/Fixtures/install/hosting_acquia/.env

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@
6464

6565
# Email address(es) to send notifications to.
6666
#
67-
@@ -189,18 +194,4 @@
68-
# Multiple names can be specified as a comma-separated list of email addresses
67+
@@ -190,17 +195,3 @@
6968
# with optional names in the format "email|name".
7069
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
71-
-VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
70+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
7271
-
7372
-################################################################################
7473
-# DEMO #
@@ -83,4 +82,3 @@
8382
-
8483
-# URL of the database used for demonstration with URL database download type.
8584
-VORTEX_DB_DOWNLOAD_URL=https://github.com/drevops/vortex/releases/download/25.4.0/db_d11.demo.sql
86-
+VORTEX_NOTIFY_EMAIL_RECIPIENTS=docrootmaster@star-wars.com

.vortex/installer/tests/Fixtures/install/hosting_lagoon/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@@ -190,17 +197,3 @@
4545
# with optional names in the format "email|name".
4646
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
47-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
47+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
4848
-
4949
-################################################################################
5050
-# DEMO #

.vortex/installer/tests/Fixtures/install/names/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
# Multiple names can be specified as a comma-separated list of email addresses
5454
# with optional names in the format "email|name".
5555
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
56-
-VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
57-
+VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@death-star.com
56+
-VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
57+
+VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@death-star.com|Webmaster"
5858

5959
################################################################################
6060
# DEMO #

.vortex/installer/tests/Fixtures/install/provision_database_lagoon/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@@ -190,17 +197,3 @@
4545
# with optional names in the format "email|name".
4646
# Example: "to1@example.com|Jane Doe, to2@example.com|John Doe"
47-
VORTEX_NOTIFY_EMAIL_RECIPIENTS=webmaster@star-wars.com
47+
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@star-wars.com|Webmaster"
4848
-
4949
-################################################################################
5050
-# DEMO #

0 commit comments

Comments
 (0)