done with remove domain. whew.
[feisty_meow.git] / scripts / system / common_sysadmin.sh
index 078f241968d71d96d3b0bdde764da0b316d483b4..81bc435cb8f9c605892caf6a17aba5e923b3d956 100644 (file)
@@ -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