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

fix: relataive link from epic-main to epic-git.<hash>_main

parent 886d7a2f
No related branches found
No related tags found
No related merge requests found
......@@ -290,8 +290,9 @@ COPY singularity.d /.singularity.d
## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
RUN <<EOF
shopt -s nullglob
for detector in /opt/detector/epic-git.*_* ; do
ln -s ${detector} /opt/detector/epic-${detector/*_/}
cd /opt/detector
for detector in epic-git.*_* ; do
ln -s ${detector} epic-${detector/*_/}
done
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment