From a77535a1d1db6382c264b1bffbc6a8807a458396 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 1 Jan 2022 02:36:42 -0600 Subject: [PATCH] Clean up after download --- Scripts/7D2D-Manage.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/7D2D-Manage.bash b/Scripts/7D2D-Manage.bash index 15f8602..4234ebf 100644 --- a/Scripts/7D2D-Manage.bash +++ b/Scripts/7D2D-Manage.bash @@ -466,6 +466,7 @@ install() { tar xf server_fixes.tar.gz -C "${server_fixes_temp_dir}" cp -r "${server_fixes_temp_dir}/Mods/"* "${server_directory}/mods" rm -rf "${server_fixes_temp_dir}" + rm -rf "server_fixes.tar.gz" log "info" "Successfully installed $(important "${server_name}") to $(important "${server_directory}")" }