Skip to content
Snippets Groups Projects
Commit f450cc56 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Using wget for Poznan

parent 51977e92
No related branches found
No related tags found
No related merge requests found
Pipeline #34025 failed
...@@ -30,6 +30,12 @@ requirements: ...@@ -30,6 +30,12 @@ requirements:
cd out cd out
echo "Downloading $1" echo "Downloading $1"
gfal-copy $1 .. if [[ "$1" == *"lta-head.lofar.psnc.pl"* ]]; then
cd ..
wget --no-check-certificate --read-timeout=5 --timeout 5 https://lta-download.lofar.psnc.pl/lofigrid/SRMFifoGet.py\?surl\=$1
cd out
else
gfal-copy $1 ..
fi
tar -xvf ../*.tar tar -xvf ../*.tar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment