From e455b38d5f177e126872ba5ebfbde3003ee99329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=BB=C3=B3=C5=82tak?= Date: Wed, 13 Dec 2023 17:21:54 +0100 Subject: [PATCH] build/arche/download.sh: include the test map --- build/arche/download.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/arche/download.sh b/build/arche/download.sh index 42f7b47..ec6c9e2 100755 --- a/build/arche/download.sh +++ b/build/arche/download.sh @@ -3,5 +3,7 @@ curl https://shared.acdh.oeaw.ac.at/histogis/czoernig.map > /data/czoernig.map curl https://shared.acdh.oeaw.ac.at/histogis/czoernig.tif > /data/czoernig.tif curl https://shared.acdh.oeaw.ac.at/histogis/tirol.map > /data/tirol.map curl https://shared.acdh.oeaw.ac.at/histogis/tirol.tif > /data/tirol.tif +curl https://shared.acdh.oeaw.ac.at/histogis/test.map > /data/test.map +curl https://shared.acdh.oeaw.ac.at/histogis/test.tif > /data/test.tif chown www-data:www-data /data/*