Skip to content

Commit

Permalink
fix magic castle init script
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed May 1, 2024
1 parent 8c6a69c commit 9292f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions/2021.12/init/Magic_Castle/bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

if [ ! -z ${EESSI_FORCE_PILOT} ]; then
echo "Setting up the pilot repository, because \$EESSI_FORCE_PILOT is set..."
source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/bash.force
source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/Magic_Castle/bash.force
elif [ ! -d /cvmfs/software.eessi.io/versions/2023.06 ]; then
echo "Setting up the pilot repository, because the production repository (software.eessi.io) is not available on your system..."
echo "(see https://www.eessi.io/docs/getting_access/is_eessi_accessible/ for more information)"
source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/Magic_Castle/bash.force
else
echo "Automatically switching to version 2023.06 of the production repository (software.eessi.io)..."
source /cvmfs/software.eessi.io/versions/2023.06/init/bash
source /cvmfs/software.eessi.io/versions/2023.06/init/Magic_Castle/bash
fi
source /cvmfs/pilot.eessi-hpc.org/versions/2021.12/init/Magic_Castle/bash

0 comments on commit 9292f2a

Please sign in to comment.