install.sh: Clean up temp files in install script

This commit is contained in:
Jacob Hands 2023-11-20 02:05:42 -06:00 committed by Nick Craig-Wood
parent 64ec5709fe
commit 20bd17f107
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ case "$OS" in
exit 2
esac
#cleanup
rm -rf "$tmp_dir"
#update version variable post install
version=$(rclone --version 2>>errors | head -n 1)