We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7eee4 commit 809c4b4Copy full SHA for 809c4b4
1 file changed
bin/v-add-remote-dns-host
@@ -17,6 +17,9 @@ password=$4
17
type=${5-api}
18
dns_user=${6-dns-cluster}
19
20
+# fix for variable name in other files
21
+DNS_USER=$dns_user
22
+
23
# Includes
24
source $VESTA/func/main.sh
25
source $VESTA/func/remote.sh
0 commit comments