From 81b67dcb88c58e31ab8b48b5bb16f755630d6e3f 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 [ROCm/rocprofiler-systems commit: 40e0d2a92f5c8c8837fe28576d2645fef0ffaf94] --- projects/rocprofiler-systems/docker/entrypoint-rhel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/docker/entrypoint-rhel.sh b/projects/rocprofiler-systems/docker/entrypoint-rhel.sh index f3968fbece..06bac7124d 100755 --- a/projects/rocprofiler-systems/docker/entrypoint-rhel.sh +++ b/projects/rocprofiler-systems/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}