diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 15:54:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 15:54:54 -0300 |
commit | 93bad8a8f65f2d0d8744e66a6d30bc7290afdb93 (patch) | |
tree | e242bb0f0296153a8efcd56ff4084cbfa8b918a1 | |
parent | etc/sh/cronjob.sh: Also load /etc/profile to get /run/setuid-programs in $PATH (diff) | |
download | dotfiles-93bad8a8f65f2d0d8744e66a6d30bc7290afdb93.tar.gz dotfiles-93bad8a8f65f2d0d8744e66a6d30bc7290afdb93.tar.xz |
Makefile: Add username@ to subject on "check-aliases"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ check-pod: check-aliases: for alias in abuse admin hostmaster postmaster; do \ - uuid | email -s "\"$$alias\" alias test from $$(hostname)" "$$alias@euandre.org"; \ + uuid | email -s "\"$$alias\" alias test from $$(id -un)@$$(hostname)" "$$alias@euandre.org"; \ done check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ |