Merge branch 'backend_manual' of gitlab2.kylin.com:kylin-desktop/update-manager-group/kylin-system-updater into backend_manual

This commit is contained in:
luoxueyi 2022-08-05 16:57:46 +08:00
commit 88535e219a
2 changed files with 3 additions and 2 deletions

View File

@ -2639,10 +2639,10 @@ msgid "Check for update exceptions,fix system APT environment error."
msgstr "检查更新异常修复系统APT环境出现错误。"
msgid "The system APT environment is abnormal, please check the system APT environment."
msgstr "系统APT环境异常请检查系统APT环境。"
msgstr "修复系统APT环境异常请检查系统APT环境。"
msgid "Priority upgrade status exception."
msgstr "优先升级异常。"
msgstr "优先升级状态异常。"
msgid "Upgrade configuration acquisition exception."
msgstr "升级配置获取异常。"

View File

@ -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