homeserver/roles/mgrote.motd/templates/91-reboot-mgrote
2020-08-18 11:57:53 +02:00

6 lines
145 B
Bash

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