Set mailname for onion only installs

This commit is contained in:
Bob Mottram 2018-04-05 17:46:22 +01:00
parent c855eb244f
commit d2672e31a8
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ function final_set_onion_hostname {
hostname "$onion_domain"
echo "127.0.1.1 $onion_domain" >> /etc/hosts
echo "$onion_domain" > /etc/mailname
}
function setup_final {