Commit 5623d4d6 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb

parent 66067b0b
......@@ -16,7 +16,7 @@ do
unzip -n -j $f *TCI_10m.jp2 -d $JP2DIR
L2ANAME=$JP2DIR"L2A_"$filepattern"TCI_10m.jp2"
if [ ! -e $L2ANAME ]; then
if [ -e $L2ANAME ]; then
mv $L2ANAME $filename"TCI_10m.jp2"
fi
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment