mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
update_binary-addons: fix error at exit
This commit is contained in:
parent
641c9ff02c
commit
eaf308634e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user