diff --git a/docker/entrypoint-rhel.sh b/docker/entrypoint-rhel.sh index f3968fbece..06bac7124d 100755 --- a/docker/entrypoint-rhel.sh +++ b/docker/entrypoint-rhel.sh @@ -3,7 +3,7 @@ if [ -f /etc/profile.d/modules.sh ]; then source /etc/profile.d/modules.sh module load mpi &> /dev/null -endif +fi if [ -z "${1}" ]; then : ${SHELL:=/bin/bash}