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 () }}
|
|
stamp="/var/lib/update-notifier/updates-available"
|
|
|
|
([ ! -r "$stamp" ] || [ -n "$(awk '/^0/{print $1;}' "$stamp")" ]) || cat "$stamp"
|