Skip to content
Snippets Groups Projects
Commit 566049a6 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Don't complain if link already exists

parent d3e247c4
Branches
No related tags found
1 merge request!15Don't complain if link already exists
...@@ -143,7 +143,7 @@ if [ ! -f "EIC_Magnetic_Field_Map_2021_05_07_radial_coords__cm___T_.120000.lines ...@@ -143,7 +143,7 @@ if [ ! -f "EIC_Magnetic_Field_Map_2021_05_07_radial_coords__cm___T_.120000.lines
wget -q "https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/9179a98c5a80df1f2b98968c747c1c48/EIC_Magnetic_Field_Map_2021_05_07_radial_coords__cm___T_.120000.lines.Bmap" wget -q "https://eicweb.phy.anl.gov/EIC/detectors/athena/uploads/9179a98c5a80df1f2b98968c747c1c48/EIC_Magnetic_Field_Map_2021_05_07_radial_coords__cm___T_.120000.lines.Bmap"
fi fi
popd popd
ln -s ${LOCAL_DATA_PATH}/fieldmaps ln -sf ${LOCAL_DATA_PATH}/fieldmaps
## ============================================================================= ## =============================================================================
## That's all! ## That's all!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment