Update entrypoint-rhel.sh (#255)

- fix endif instead of fi typo in bash script

[ROCm/rocprofiler-systems commit: 40e0d2a92f]
This commit is contained in:
Jonathan R. Madsen
2023-03-08 01:54:06 -06:00
committed by GitHub
parent e70d684c98
commit 81b67dcb88
@@ -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}