From 333635bd0f9f26e82cdbe2f47f8464601cb6e990 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 20 Sep 2024 17:58:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=93=E5=8C=85=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8B=E8=BD=BDzip=E6=97=B6=E7=9B=AE=E5=BD=95=E5=90=8C?= =?UTF-8?q?=E5=90=8D=E5=AF=BC=E8=87=B4=E5=88=A0=E9=99=A4=E5=8E=8B=E7=BC=A9?= =?UTF-8?q?=E6=97=A0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/trace/service/tcpdump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/trace/service/tcpdump.go b/src/modules/trace/service/tcpdump.go index 494726b2..a0ed1621 100644 --- a/src/modules/trace/service/tcpdump.go +++ b/src/modules/trace/service/tcpdump.go @@ -145,7 +145,7 @@ func (s *TCPdump) DumpDownload(neType, neId, taskCode string) (string, error) { neTypeLower := strings.ToLower(neInfo.NeType) // 网管本地路径 - localDirPath := fmt.Sprintf("/tmp/omc/tcpdump/%s/%s", neTypeLower, neInfo.NeId) + localDirPath := fmt.Sprintf("/tmp/omc/tcpdump/zip/%s/%s", neTypeLower, neInfo.NeId) if runtime.GOOS == "windows" { localDirPath = fmt.Sprintf("C:%s", localDirPath) }