mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
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
This commit is contained in:
parent
3b7eee4393
commit
809c4b41e1
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ password=$4
|
|||
type=${5-api}
|
||||
dns_user=${6-dns-cluster}
|
||||
|
||||
# fix for variable name in other files
|
||||
DNS_USER=$dns_user
|
||||
|
||||
# Includes
|
||||
source $VESTA/func/main.sh
|
||||
source $VESTA/func/remote.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue