Skip to content

Commit

Permalink
clean up temporary install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kombrink committed Nov 22, 2019
1 parent f4f8043 commit c10c07b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions box
Expand Up @@ -83,6 +83,9 @@ cd "$INST_DIR/cli"
# make sure we can uninstall later
chmod -R u+rw "$INST_DIR/data"
# we are done, clean up
rm -rf "$CURR_DIR"
echo "Installation completed!"
"""

Expand Down

0 comments on commit c10c07b

Please sign in to comment.