From dc648a8f6f62eba8d8edf00a0def2dee75f1852d Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:44:40 -0400 Subject: [PATCH] Clean up extracted directories too --- lug-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lug-helper.sh b/lug-helper.sh index 1a85ff3..f807cec 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1176,6 +1176,7 @@ download_install() { # Cleanup tmp download debug_print continue "Cleaning up $tmp_dir/$download_file..." rm "$tmp_dir/$download_file" + rm -r "$tmp_dir/$download_name" } # List available items for download