homeserver/roles/mgrote.motd/templates/91-reboot-mgrote

6 lines
175 B
Text
Raw Normal View History

2020-08-18 11:57:53 +02:00
#!/bin/sh
{{ file_header | default () }}
2020-08-18 11:57:53 +02:00
if [ -x /usr/lib/update-notifier/update-motd-reboot-required ]; then
exec /usr/lib/update-notifier/update-motd-reboot-required
fi