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}")" }