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

feat: autoload epic-main/thisepic.sh

parent adcf603c
No related branches found
No related tags found
1 merge request!1191feat: autoload epic-main/thisepic.sh
Pipeline #121235 passed
Pipeline: reconstruction_benchmarks

#121241

    Pipeline: eic_container: feat: autoload epic-main/thisepic.sh

    #121240

      Pipeline: eic_container: feat: autoload epic-main/thisepic.sh

      #121239

        +3
        #!/bin/bash
        # This script auto-loads epic-main configuration iff:
        # - no $DETECTOR_PATH or $DETECTOR_CONFIG is set
        # - /opt/detector/epic-main/bin/thisepic.sh exists
        thisepic=/opt/detector/epic-main/bin/thisepic.sh
        if test -z "$DETECTOR_PATH" -a -z "$DETECTOR_CONFIG" ; then
        if test -f $thisepic ; then
        source $thisepic
        fi
        fi
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment