renamed httpd_add_config to add_web_config

This commit is contained in:
Serghey Rodin 2011-07-05 00:33:11 +03:00
commit 4a4dcb1804
6 changed files with 10 additions and 10 deletions

View file

@ -219,7 +219,7 @@ sort_dns_records() {
mv -f $conf.tmp $conf
}
httpd_add_config() {
add_web_config() {
# Adding template to config
cat $tpl_file | \
sed -e "s/%ip%/$ip/g" \