mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-11 07:39:54 +02:00
parent
f239890264
commit
c042c41ec4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ download_to() {
|
|||
|
||||
(
|
||||
cd $DATA_SUBDIR
|
||||
tmpf=`mktemp 'tmp.XXXXX'`
|
||||
tmpf=`mktemp 'tmp.XXXXXX'`
|
||||
curl -sSL -o $tmpf "$download_source"
|
||||
if [[ $unpack = 1 ]]; then
|
||||
mkdir -p "$dest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue