Skip to content

Commit 809c4b4

Browse files
committed
Fix DNS_USER variable names
In all other files DNS_USER variable is in upper case, here in lower case and when adding remote dns host you are not able to change DNS_USER
1 parent 3b7eee4 commit 809c4b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/v-add-remote-dns-host

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ password=$4
1717
type=${5-api}
1818
dns_user=${6-dns-cluster}
1919

20+
# fix for variable name in other files
21+
DNS_USER=$dns_user
22+
2023
# Includes
2124
source $VESTA/func/main.sh
2225
source $VESTA/func/remote.sh

0 commit comments

Comments
 (0)