Skip to content

Commit

Permalink
Refactor installation script to correctly set environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Jun 25, 2024
1 parent 24d5a2c commit 6f8ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_seqnado.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ conda activate base

# Set the environment variables for CCB
if [[ $(hostname) =~ "imm-" ]]; then
echo export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank" >> ~/.bashrc
echo 'export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank"' >> ~/.bashrc
export APPTAINER_BINDPATH="/ceph:/ceph, /project:/project, /databank:/databank"
fi

Expand Down

0 comments on commit 6f8ad1c

Please sign in to comment.