1
0
Fork 0
mirror of https://github.com/qurator-spk/ocrd-galley.git synced 2025-06-11 15:49:52 +02:00

🚧 Try out Drone CI

This commit is contained in:
Gerber, Mike 2021-02-11 16:48:52 +01:00
parent f239890264
commit c042c41ec4

View file

@ -98,7 +98,7 @@ download_to() {
( (
cd $DATA_SUBDIR cd $DATA_SUBDIR
tmpf=`mktemp 'tmp.XXXXX'` tmpf=`mktemp 'tmp.XXXXXX'`
curl -sSL -o $tmpf "$download_source" curl -sSL -o $tmpf "$download_source"
if [[ $unpack = 1 ]]; then if [[ $unpack = 1 ]]; then
mkdir -p "$dest" mkdir -p "$dest"