WIP: etc-git-status-script sending mail to last sysadmins #79

Draft
benpro wants to merge 5 commits from etc-git-status-script into unstable
Showing only changes of commit 0a7c0b582e - Show all commits

View file

@ -13,7 +13,7 @@ lastTime=7
uidRange="2000-2099"
# Remove temporary files on exit
trap "rm $lastLogOutput" EXIT
trap "rm $lastLogOutput $template $body $gitOutput" EXIT
# Get last admins connected
lastlog -t $lastTime -u $uidRange > $lastLogOutput