mg
8dcd648f0b
header eingebaut Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#149 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
5 lines
175 B
Bash
5 lines
175 B
Bash
#!/bin/sh
|
|
{{ file_header | default () }}
|
|
if [ -x /usr/lib/update-notifier/update-motd-reboot-required ]; then
|
|
exec /usr/lib/update-notifier/update-motd-reboot-required
|
|
fi
|