mirror of
https://github.com/qingchencloud/cftunnel.git
synced 2026-08-28 18:20:34 +08:00
fix: 修复 cloudflared 下载日志重复打印
This commit is contained in:
@@ -137,7 +137,6 @@ func extractTgz(r io.Reader, dest string) error {
|
||||
return err
|
||||
}
|
||||
os.Chmod(dest, 0755)
|
||||
fmt.Printf("cloudflared 已下载到 %s\n", dest)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user