Files
server/etc/update-motd.d/92-unattended-upgrades
2026-01-07 20:52:11 +01:00

6 lines
165 B
Bash
Executable File

#!/bin/sh
if [ -x /usr/share/unattended-upgrades/update-motd-unattended-upgrades ]; then
exec /usr/share/unattended-upgrades/update-motd-unattended-upgrades
fi