From eb0ddc4db2e5afbc0ef3603233718242f1cb4a6c Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 26 Mar 2024 13:43:03 -0700 Subject: [PATCH] change webmaster@ to fqdn --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9a23300..69a78db 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ if lsof /var/lib/dpkg/lock-frontend ; then fi # set webmaster email address, used below -WEBMASTER=webmaster@`hostname -d` +WEBMASTER=webmaster@`hostname -f` # if policy-rc.d is installed configure it to allow all packages to automatically start/restart/stop after install/upgrade/uninstall if [[ -f /usr/sbin/policy-rc.d ]]; then