mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
renamed httpd_add_config to add_web_config
This commit is contained in:
parent
31cf0b05e6
commit
4a4dcb1804
6 changed files with 10 additions and 10 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue