Skip to content

Commit 76873c3

Browse files
committed
Merge branch 'master' of github.com:serghey-rodin/vesta
2 parents 8d01d5d + 93edc3c commit 76873c3

File tree

4 files changed

+893
-6
lines changed

4 files changed

+893
-6
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)