Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Bearson
eodn2realearth
Commits
73714381
Commit
73714381
authored
Dec 17, 2015
by
Nick Bearson
Browse files
fixed typo crash
parent
06026753
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ingest.sh
View file @
73714381
...
...
@@ -19,7 +19,7 @@ filename=$(basename $filepath)
if
[
${
filename
:0:2
}
==
"LC"
]
&&
[
${
filename
:
-4
}
==
".zip"
]
;
then
# landsat zip files
echo
"SAW LANDSAT ZIP:
${
filename
}
"
SCRIPT
=
"bash /home/eodn/eodn2realearth/src/process-LCzip.sh"
if
[
${
filename
:0:2
}
==
"LC"
]
&&
[
${
filename
:
-7
}
==
".tar.gz"
]
;
then
# landsat zip files
el
if
[
${
filename
:0:2
}
==
"LC"
]
&&
[
${
filename
:
-7
}
==
".tar.gz"
]
;
then
# landsat zip files
echo
"SAW LANDSAT TAR.GZ:
${
filename
}
"
SCRIPT
=
"bash /home/eodn/eodn2realearth/src/process-LCtgz.sh"
else
# not recognized
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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