Преглед изворни кода

Fixing NS parameters in v-add-dns-on-web-alias

dpeca пре 5 година
родитељ
комит
d9e9c64369
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bin/v-add-dns-on-web-alias

+ 1 - 1
bin/v-add-dns-on-web-alias

@@ -55,7 +55,7 @@ if [ "$domain_lvl" -eq 1 ] || [ "${#top_domain}" -le '6' ]; then
 fi
 fi
 
 
 # Adding top-level domain and then its sub
 # 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
 # Checking top-level domain
 if [ ! -e "$USER_DATA/dns/$top_domain.conf" ]; then
 if [ ! -e "$USER_DATA/dns/$top_domain.conf" ]; then