Use to get hostname.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-20 20:28:16 +01:00
commit f3f84d8d4f

View file

@ -1,6 +1,6 @@
# This file is sourced by various scripts that need to send emails.
case "${HOSTNAME#*.}" in
case "$(hostname -d)" in
afterdark.lan)
EMAIL_DOMAIN="afterdark.org.uk"
;;