Skip to content

Commit

Permalink
use which to get proper shell (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Feb 16, 2023
1 parent b046a42 commit e0fe7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
export COFFEA_IMAGE=\$1
fi
singularity exec -B \${PWD}:/srv -B /cvmfs -B /uscmst1b_scratch --pwd /srv \\
SINGULARITY_SHELL=\$(which bash) singularity exec -B \${PWD}:/srv -B /cvmfs -B /uscmst1b_scratch --pwd /srv \\
/cvmfs/unpacked.cern.ch/registry.hub.docker.com/\${COFFEA_IMAGE} \\
/bin/bash --rcfile /srv/.bashrc
EOF
Expand Down

0 comments on commit e0fe7c2

Please sign in to comment.