motd-scripts/92-unattended-upgrades
2024-03-16 13:37:57 -05:00

5 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