Merge pull request #9233 from CvH/13.0/fix_update_script

update_binary-addons: fix error at exit
This commit is contained in:
Matthias Reichl 2024-08-24 18:18:52 +02:00 committed by GitHub
commit bd3de421ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,4 +241,6 @@ done
rm -rf "${TMPDIR}"
[ -d "${TMP_REPO_DIR}" ] && rm -rf "${TMP_REPO_DIR}"
if [ -d "${TMP_REPO_DIR}" ]; then
rm -rf "${TMP_REPO_DIR}"
fi