Skip to content

Commit

Permalink
install.sh: Clean up temp files in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands authored and ncw committed Nov 20, 2023
1 parent 64ec570 commit 20bd17f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 20bd17f

Please sign in to comment.