mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
from now vesta.conf can override any func variable
This commit is contained in:
parent
73be3c7543
commit
ed54f83795
200 changed files with 200 additions and 201 deletions
|
@ -18,9 +18,9 @@ domain_idn=$(idn -t --quiet -a "$domain")
|
|||
key=$(echo "$3"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
|
||||
|
||||
# Includes
|
||||
source $VESTA/conf/vesta.conf
|
||||
source $VESTA/func/main.sh
|
||||
source $VESTA/func/domain.sh
|
||||
source $VESTA/conf/vesta.conf
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue