mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
install.sh: Clean up temp files in install script
This commit is contained in:
parent
64ec5709fe
commit
20bd17f107
@ -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 New Issue
Block a user