From 8be0a29b7d6ded79049ecae2cef7f8167f7ca656 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 26 Jul 2018 22:10:46 +0000 Subject: [PATCH] remove tmpdir on success --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 5eaceee..8ae7ce3 100644 --- a/install.sh +++ b/install.sh @@ -376,3 +376,5 @@ if [ "--dev-deps" == "$deps_flag" ]; then echo "" fi + +rm -rf "$my_tmp" \ No newline at end of file