mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
flush vars before list them
This commit is contained in:
parent
4049a319a6
commit
5c8e3d3489
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ is_object_valid 'user' 'USER' "$user"
|
|||
# Action #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Flush variables
|
||||
WEB=''
|
||||
DNS=''
|
||||
MAIL=''
|
||||
DB=''
|
||||
CRON=''
|
||||
USER=''
|
||||
|
||||
# Defining fileds to select
|
||||
touch $USER_DATA/backup-excludes.conf
|
||||
fields="\$WEB \$DNS \$MAIL \$DB \$CRON \$USER"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue