diff --git a/helm/configs/backend/job-template.html b/helm/configs/backend/job-template.html
index 1b899b7..002d5d2 100644
--- a/helm/configs/backend/job-template.html
+++ b/helm/configs/backend/job-template.html
@@ -214,7 +214,7 @@
{{subject}}
{{else if (eq ../../jobParams.option "PSI-RA")}}
- /das/work/{{subString ownerGroup 0 3}}/{{ownerGroup}}/retrieve/{{strip sourceFolder "/"}}/ |
+ /das/work/{{subString ownerGroup 0 3}}/retrieve/{{ownerGroup}}/{{strip sourceFolder "/"}}/ |
{{formatBytes size}} |
{{else}}
{{sourceFolder}} |
diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json
index 57ddf36..50df4f3 100644
--- a/helm/configs/frontend/development/config.json
+++ b/helm/configs/frontend/development/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",
diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json
index a0d99cb..47d3ab0 100644
--- a/helm/configs/frontend/production/config.json
+++ b/helm/configs/frontend/production/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",
diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json
index dfeb7d3..e26957a 100644
--- a/helm/configs/frontend/qa/config.json
+++ b/helm/configs/frontend/qa/config.json
@@ -9,7 +9,7 @@
},
{
"option": "PSI-RA",
- "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
+ "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/"
},
{
"option": "URLs",