change webmaster@ to fqdn
This commit is contained in:
parent
0f01c32bab
commit
eb0ddc4db2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user