✏️ 正在编辑: update-motd-unattended-upgrades
路径:
/usr/share/unattended-upgrades/update-motd-unattended-upgrades
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh # # helper for update-motd if [ -f /var/lib/unattended-upgrades/kept-back ]; then cat <<EOF $(wc -w < /var/lib/unattended-upgrades/kept-back) updates could not be installed automatically. For more details, see /var/log/unattended-upgrades/unattended-upgrades.log EOF fi
💾 保存文件
← 返回文件管理器