Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cta
MonteCarlo
ProdX-Download
Commits
03d5bae7
Commit
03d5bae7
authored
Aug 17, 2020
by
Gernot Maier
Browse files
write full path into local files
parent
0d9add21
Changes
1
Hide whitespace changes
Inline
Side-by-side
updateFileLists-DESY-SE.sh
View file @
03d5bae7
...
...
@@ -55,7 +55,9 @@ do
if
[
-e
$DDIR
/
$OFIL
]
&&
[
-s
$DDIR
/
$OFIL
]
then
echo
"FILE EXISTS:
$DDIR
/
$OFIL
"
echo
$DDIR
/
$OFIL
>>
$FGA
# full path
FFGA
=
$(
readlink
-f
$DDIR
/
$OFIL
)
echo
${
FFGA
}
>>
$FGA
else
# check if it is stored locally on the dcache
DC
=
"/acs/grid/cta/
$i
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment