Skip to content
Snippets Groups Projects
Commit 7c53ca55 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

Provide ${DETECTOR_VERSION} to jug_xl through setup.sh

parent 35eb953f
Branches
Tags
1 merge request!128[minor] Provide ${DETECTOR_VERSION} to jug_xl through setup.sh
......@@ -86,6 +86,8 @@ RUN cd /tmp
>> /opt/detector/setup.sh \
&& echo 'export DETECTOR_PATH=/opt/detector/share/athena' \
>> /opt/detector/setup.sh \
&& echo 'export DETECTOR_VERSION=${DETECTOR_VERSION}' \
>> /opt/detector/setup.sh \
&& echo 'export JUGGLER_INSTALL_PREFIX=/usr/local' \
>> /opt/detector/setup.sh
......
    • Author Maintainer

      Something went wrong here, in eic-shell:

      eic-shell> wdconinc@beluga5:/lustre03/project/6061913/wdconinc/EIC/campaigns/slurm$ cat /opt/detector/setup.sh 
      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib
      export JUGGLER_DETECTOR=athena
      export DETECTOR_PATH=/opt/detector/share/athena
      export DETECTOR_VERSION=${DETECTOR_VERSION}
      export JUGGLER_INSTALL_PREFIX=/usr/local
    • Author Maintainer

      I shouldn't have used the braces.

    • Please register or sign in to reply
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment