forked from TrueCloudLab/rclone
install.sh: Clean up temp files in install script
This commit is contained in:
parent
64ec5709fe
commit
20bd17f107
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue