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

Merge pull request #162 from kotso/master

Small BugFix, DNS_USER variable names
Serghey Rodin пре 11 година
родитељ
комит
93edc3ca01
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      bin/v-add-remote-dns-host

+ 3 - 0
bin/v-add-remote-dns-host

@@ -17,6 +17,9 @@ password=$4
 type=${5-api}
 dns_user=${6-dns-cluster}
 
+# fix for variable name in other files
+DNS_USER=$dns_user
+
 # Includes
 source $VESTA/func/main.sh
 source $VESTA/func/remote.sh