change webmaster@ to fqdn

This commit is contained in:
Matthew Saunders Brown 2024-03-26 13:43:03 -07:00
parent 0f01c32bab
commit eb0ddc4db2

View File

@ -29,7 +29,7 @@ if lsof /var/lib/dpkg/lock-frontend ; then
fi fi
# set webmaster email address, used below # 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 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 if [[ -f /usr/sbin/policy-rc.d ]]; then