Skip to content

Commit

Permalink
Fixing NS parameters in v-add-dns-on-web-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeca authored Jun 23, 2020
1 parent 8d9e349 commit d9e9c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-add-dns-on-web-alias
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e9c64

Please sign in to comment.