From 537293705b390d7e1c9a0ea668fa9c68120baf73 Mon Sep 17 00:00:00 2001 From: Chris Pinkenburg Date: Fri, 26 Feb 2021 11:08:30 -0500 Subject: [PATCH] use /cvmfs/sphenix.sdcc.bnl.gov/x8664_sl7/opt/sphenix instead of /opt/sphenix in source cmd printout --- updatebuild.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/updatebuild.sh b/updatebuild.sh index 3505f36..9b96b8a 100755 --- a/updatebuild.sh +++ b/updatebuild.sh @@ -183,12 +183,7 @@ echo "--------------------------------------------------------" echo "Done! To run the sPHENIX container in shell mode:" echo "" echo "singularity shell -B cvmfs:/cvmfs cvmfs/sphenix.sdcc.bnl.gov/singularity/rhic_sl7_ext.simg" -if [ $sysname != 'x8664_sl7' ] -then - echo "source /cvmfs/sphenix.sdcc.bnl.gov/$sysname/opt/sphenix/core/bin/sphenix_setup.sh -n $build" -else - echo "source /opt/sphenix/core/bin/sphenix_setup.sh -n $build" -fi +echo "source /cvmfs/sphenix.sdcc.bnl.gov/$sysname/opt/sphenix/core/bin/sphenix_setup.sh -n $build" echo "" echo "More on singularity tutorials: https://www.sylabs.io/docs/" echo "More on directly mounting cvmfs instead of downloading: https://github.com/sPHENIX-Collaboration/singularity"