From: Chris Koeritz Date: Wed, 15 Nov 2017 04:22:38 +0000 (-0500) Subject: done with remove domain. whew. X-Git-Tag: 2.140.100^2~11^2~6 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f9cdfb4f177d9ab6cb7ce02ef57964d5d019eeb6;p=feisty_meow.git done with remove domain. whew. --- diff --git a/scripts/system/common_sysadmin.sh b/scripts/system/common_sysadmin.sh index 078f2419..81bc435c 100644 --- a/scripts/system/common_sysadmin.sh +++ b/scripts/system/common_sysadmin.sh @@ -160,8 +160,7 @@ function add_new_subdomain() fi # append the new subdomain into the config file. - echo " -${subdomain}.${containing_domain}. IN A ${IP_ADDRESS} + echo "${subdomain}.${containing_domain}. IN A ${IP_ADDRESS} IN HINFO \"linux server\" \"${DISTRO}\" " >> /etc/bind/${containing_domain}.conf