mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge pull request #162 from kotso/master
Small BugFix, DNS_USER variable names
This commit is contained in:
commit
93edc3ca01
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ password=$4
|
||||||
type=${5-api}
|
type=${5-api}
|
||||||
dns_user=${6-dns-cluster}
|
dns_user=${6-dns-cluster}
|
||||||
|
|
||||||
|
# fix for variable name in other files
|
||||||
|
DNS_USER=$dns_user
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
source $VESTA/func/main.sh
|
source $VESTA/func/main.sh
|
||||||
source $VESTA/func/remote.sh
|
source $VESTA/func/remote.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue