ubuntu-22.04.3-desktop-amd64/casper/filesystem/etc/update-motd.d/98-reboot-required

5 lines
144 B
Bash
Executable File

#!/bin/sh
if [ -x /usr/lib/update-notifier/update-motd-reboot-required ]; then
exec /usr/lib/update-notifier/update-motd-reboot-required
fi