From c10c07b638e302638271f6afa9b2d81fcd4288e8 Mon Sep 17 00:00:00 2001 From: Stefan Kombrink Date: Fri, 22 Nov 2019 19:52:33 +0100 Subject: [PATCH] clean up temporary install dir --- box | 3 +++ 1 file changed, 3 insertions(+) diff --git a/box b/box index 81018ac..78c3ff4 100755 --- a/box +++ b/box @@ -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!" """