etc_hulk/update-motd.d/92-unattended-upgrades

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