Update entrypoint-rhel.sh (#255)

- fix endif instead of fi typo in bash script
This commit is contained in:
Jonathan R. Madsen
2023-03-08 01:54:06 -06:00
کامیت شده توسط GitHub
والد 83f9ed8696
کامیت 40e0d2a92f
+1 -1
مشاهده پرونده
@@ -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}