from now vesta.conf can override any func variable

This commit is contained in:
Serghey Rodin 2013-10-09 00:50:08 +03:00
commit ed54f83795
200 changed files with 200 additions and 201 deletions

View file

@ -29,12 +29,12 @@ if [ -z "$BACKUP" ]; then
fi
# Includes
source $VESTA/conf/vesta.conf
source $VESTA/func/main.sh
source $VESTA/func/domain.sh
source $VESTA/func/ip.sh
source $VESTA/func/db.sh
source $VESTA/func/rebuild.sh
source $VESTA/conf/vesta.conf
# Check backup function
is_backup_valid() {