Update entrypoint-rhel.sh (#255)
- fix endif instead of fi typo in bash script
[ROCm/rocprofiler-systems commit: 40e0d2a92f]
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user