mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Merge pull request #621 from bronson/nobind9
don't install bind9-host when setting hostname
This commit is contained in:
commit
0029811de2
@ -207,8 +207,6 @@ if [ "$PUBLIC_IPV6" = "auto" ]; then
|
|||||||
PUBLIC_IPV6=$(get_publicip_from_web_service 6 || get_default_privateip 6)
|
PUBLIC_IPV6=$(get_publicip_from_web_service 6 || get_default_privateip 6)
|
||||||
fi
|
fi
|
||||||
if [ "$PRIMARY_HOSTNAME" = "auto" ]; then
|
if [ "$PRIMARY_HOSTNAME" = "auto" ]; then
|
||||||
# Use reverse DNS to get this machine's hostname. Install bind9-host early.
|
|
||||||
hide_output apt-get -y install bind9-host
|
|
||||||
PRIMARY_HOSTNAME=$(get_default_hostname)
|
PRIMARY_HOSTNAME=$(get_default_hostname)
|
||||||
elif [ "$PRIMARY_HOSTNAME" = "auto-easy" ]; then
|
elif [ "$PRIMARY_HOSTNAME" = "auto-easy" ]; then
|
||||||
# Generate a probably-unique subdomain under our justtesting.email domain.
|
# Generate a probably-unique subdomain under our justtesting.email domain.
|
||||||
|
Loading…
Reference in New Issue
Block a user