File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ LXP_CONDOR_LOCAL=(/etc/condor/config.d /usr/bin/myschedd.sh /usr/bin/myschedd /e
2929if [[ " $( uname -a) " == * cms* .fnal.gov* ]]; then
3030 bind_if_exists ${LPC_CONDOR_CONFIG} ${LPC_CONDOR_LOCAL} :${LPC_CONDOR_LOCAL} .orig " ${COMMAND_PATH} " :${LPC_CONDOR_LOCAL}
3131 export APPTAINERENV_CONDOR_CONFIG=${LPC_CONDOR_CONFIG}
32- elif [[ " $( uname -a) " == * .uscms.org* ]] || [[ " $( uname -a) " == * .osg-htc.org* ]]; then
32+ elif [[ " $( uname -a) " == * .uscms.org* ]] || [[ " $( uname -a) " == * .osg-htc.org* ]] || [[ " $( uname -a ) " == * cmscon.hep.wisc.edu * ]] ; then
3333 bind_if_exists ${OSG_CONDOR_CONFIG} " ${OSG_CONDOR_LOCAL[@]} "
3434 export APPTAINERENV_CONDOR_CONFIG=${OSG_CONDOR_CONFIG}
3535elif [[ " $( uname -a) " == * lxplus* .cern.ch* ]]; then
Original file line number Diff line number Diff line change 1919if [ -z " $CALL_HOST_DIR " ]; then
2020 if [[ " $( uname -a) " == * cms* .fnal.gov* ]]; then
2121 export CALL_HOST_DIR=~ /nobackup/pipes
22- elif [[ " $( uname -a) " == * .uscms.org* ]] || [[ " $( uname -a) " == * .osg-htc.org* ]] ; then
22+ elif [[ " $( uname -a) " == * .uscms.org* ]] || [[ " $( uname -a) " == * .osg-htc.org* ]] || [[ " $( uname -a ) " == * cmscon.hep.wisc.edu * ]] ; then
2323 export CALL_HOST_DIR=/scratch/$( whoami) /pipes
2424 elif [[ " $( uname -a) " == * lxplus* .cern.ch* ]]; then
2525 export CALL_HOST_DIR=/tmp/$( whoami) /pipes
You can’t perform that action at this time.
0 commit comments