mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Fixing NS parameters in v-add-dns-on-web-alias
This commit is contained in:
parent
8d9e349b23
commit
d9e9c64369
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if [ "$domain_lvl" -eq 1 ] || [ "${#top_domain}" -le '6' ]; then
|
|||
fi
|
||||
|
||||
# Adding top-level domain and then its sub
|
||||
$BIN/v-add-dns-domain $user $top_domain $ip '' '' '' '' '' $restart >> /dev/null
|
||||
$BIN/v-add-dns-domain $user $top_domain $ip '' '' '' '' '' '' '' '' $restart >> /dev/null
|
||||
|
||||
# Checking top-level domain
|
||||
if [ ! -e "$USER_DATA/dns/$top_domain.conf" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue