projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f69c6
)
done with remove domain. whew.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 15 Nov 2017 04:22:38 +0000
(23:22 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 15 Nov 2017 04:22:38 +0000
(23:22 -0500)
scripts/system/common_sysadmin.sh
patch
|
blob
|
history
diff --git
a/scripts/system/common_sysadmin.sh
b/scripts/system/common_sysadmin.sh
index 078f241968d71d96d3b0bdde764da0b316d483b4..81bc435cb8f9c605892caf6a17aba5e923b3d956 100644
(file)
--- 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