We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fedfd77 + 64545d2 commit 8401bddCopy full SHA for 8401bdd
1 file changed
scripts/gpu_support/nvidia/install_cuda_and_libraries.sh
@@ -251,8 +251,8 @@ for EASYSTACK_FILE in ${TOPDIR}/easystacks/eessi-*CUDA*.yml; do
251
echo_green "all installations at ${EESSI_SITE_SOFTWARE_PATH}/software/... succeeded!"
252
fi
253
254
- # clean up tmpdir
255
- rm -rf "${tmpdir}"
+ # clean up tmpdir content
+ rm -rf "${tmpdir}"/*
256
257
# Restore MODULEPATH for next loop iteration
258
MODULEPATH=${SAVE_MODULEPATH}
0 commit comments