From 40e0d2a92f5c8c8837fe28576d2645fef0ffaf94 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Wed, 8 Mar 2023 01:54:06 -0600 Subject: [PATCH] Update entrypoint-rhel.sh (#255) - fix endif instead of fi typo in bash script --- docker/entrypoint-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}