Skip to content
Snippets Groups Projects
Commit a27153e1 authored by David Hoese's avatar David Hoese
Browse files

Merge branch 'bugfix-files-sh' into 'master'

Fix shell script saving files to a single filename

Closes MetObsSite#6

See merge request !4
parents c614c526 71627845
No related branches found
No related tags found
1 merge request!4Fix shell script saving files to a single filename
......@@ -138,7 +138,7 @@ fi
cd data
# get files
xargs -n1 curl --create-dirs -o \'#1\' <<EOF
xargs -n1 curl --create-dirs -O <<EOF
{url_list}
EOF
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment