From 7f6f3c06aa5a20472a54a517c57b14700e6e0cda Mon Sep 17 00:00:00 2001 From: wangsong Date: Mon, 15 Aug 2022 14:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=97=A5=E5=BF=97=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E8=8E=B7=E5=8F=96config=E5=8C=85=E7=9A=84=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/report-updater-bug | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/report-updater-bug b/backend/report-updater-bug index a11e243..1a28ef0 100755 --- a/backend/report-updater-bug +++ b/backend/report-updater-bug @@ -19,6 +19,7 @@ cp /etc/apt/sources.list updaterlog || true cp -r /etc/apt/sources.list.d/ updaterlog || true cp -r /etc/apt/apt.conf.d/ updaterlog || true +cp -r /usr/share/kylin-update-desktop-config/config/ updaterlog || true #复制后端的日志 cp -r /var/log/kylin-system-updater/ updaterlog || true