aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-15 15:54:54 -0300
committerEuAndreh <eu@euandre.org>2023-03-15 15:54:54 -0300
commit93bad8a8f65f2d0d8744e66a6d30bc7290afdb93 (patch)
treee242bb0f0296153a8efcd56ff4084cbfa8b918a1 /Makefile
parentetc/sh/cronjob.sh: Also load /etc/profile to get /run/setuid-programs in $PATH (diff)
downloaddotfiles-93bad8a8f65f2d0d8744e66a6d30bc7290afdb93.tar.gz
dotfiles-93bad8a8f65f2d0d8744e66a6d30bc7290afdb93.tar.xz
Makefile: Add username@ to subject on "check-aliases"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3c84f6..22fcf1a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \