We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 777dbe0 + 66c36c8 commit 64545d2Copy full SHA for 64545d2
1 file changed
scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
@@ -239,8 +239,8 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
239
echo_green "all installations at ${EESSI_SITE_SOFTWARE_PATH}/software/... succeeded!"
240
fi
241
242
- # clean up tmpdir
243
- rm -rf "${tmpdir}"
+ # clean up tmpdir content
+ rm -rf "${tmpdir}"/*
244
245
# Restore MODULEPATH for next loop iteration
246
MODULEPATH=${SAVE_MODULEPATH}
0 commit comments