Skip to content
Snippets Groups Projects
Commit 35a0cf48 authored by Steven Murray's avatar Steven Murray
Browse files

Added missing escaping of apersand in DST_URL of retrieve_archive_file

parent f0e25537
No related branches found
Tags v0.0-54
No related merge requests found
......@@ -28,7 +28,7 @@ DISK_GROUPNAME="$7"
METADATA_BASE64="$8"
FILE_PATH="$9"
DST_URL=${TURL}'\&eos.ruid=0&eos.rgid=0\&eos.injection=1\&eos.workflow=CTA_retrieve'
DST_URL=${TURL}'\&eos.ruid=0\&eos.rgid=0\&eos.injection=1\&eos.workflow=CTA_retrieve'
LOG_DATE=`/usr/bin/date +%s | /usr/bin/tr '\n' ' ' ; /usr/bin/date`
LOG_SCRIPT_NAME=`/usr/bin/basename $0`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment