Skip to content

Commit 17810b6

Browse files
committed
exec under bash
1 parent 420dc04 commit 17810b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRID/utils/runGRIDContainerized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ chmod +x "${JOBSCRIPT}"
6161
# launch job = script inside the container in the workdir
6262
APPTAINER_EXEC=${APPTAINER_EXEC:-"/cvmfs/alice.cern.ch/containers/bin/apptainer/${ARCH}/current/bin/apptainer"}
6363
${APPTAINER_SUDO:+sudo} ${APPTAINER_EXEC} exec -C -B /cvmfs:/cvmfs,${WORK_DIR}:/workdir \
64-
--pwd /workdir --env-file ${WORK_DIR}/envfile ${APPTAINER_CONTAINER} /workdir/job.sh
64+
--pwd /workdir --env-file ${WORK_DIR}/envfile ${APPTAINER_CONTAINER} bash /workdir/job.sh

0 commit comments

Comments
 (0)