From de787ba90fb7d319660263dae26be04f5fd03fc4 Mon Sep 17 00:00:00 2001 From: Don Sizemore Date: Tue, 28 Jan 2025 13:47:10 -0500 Subject: [PATCH] #11126 per qqmyers we want curl -L -O --- doc/release-notes/6.2025.1_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/6.2025.1_update.md b/doc/release-notes/6.2025.1_update.md index 91db735132a..efd9dea902a 100644 --- a/doc/release-notes/6.2025.1_update.md +++ b/doc/release-notes/6.2025.1_update.md @@ -70,7 +70,7 @@ mv $PAYARA $PAYARA.6.2024.6 ```shell cd /usr/local - curl https://github.com/IQSS/dataverse/raw/refs/tags/v6.6/conf/payara/domain.xml + curl -L -O https://github.com/IQSS/dataverse/raw/refs/tags/v6.6/conf/payara/domain.xml ``` iii. Copy Dataverse-related lines from your existing domain.xml to sections of the new domain.xml highlighted by `Dataverse-instance-specific` comments