We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d01d5d + 93edc3c commit 76873c3Copy full SHA for 76873c3
4 files 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