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
16373e12
Commit
16373e12
authored
Dec 02, 2020
by
Gernot Maier
Browse files
do not download dsts
parent
2eb50673
Changes
1
Hide whitespace changes
Inline
Side-by-side
updateFileLists-DESY-SE.sh
View file @
16373e12
...
...
@@ -52,6 +52,9 @@ FILEL=`cat ${FFN}/${FL}.list`
for
i
in
$FILEL
do
OFIL
=
`
basename
$i
`
if
[[
$OFIL
==
*
"dst"
*
]]
;
then
continue
fi
if
[
-e
$DDIR
/
$OFIL
]
&&
[
-s
$DDIR
/
$OFIL
]
then
echo
"FILE EXISTS:
$DDIR
/
$OFIL
"
...
...
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