mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
NOTIFY_ADMIN_FULL_BACKUP
This commit is contained in:
parent
9383736acc
commit
559368818b
1 changed files with 2 additions and 1 deletions
|
@ -1608,7 +1608,8 @@ if [ "$release" -eq 10 ]; then
|
|||
echo "=== Set max_length_of_MySQL_username=80"
|
||||
fi
|
||||
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
||||
echo "ALLOW_BACKUP_ANYTIME='yes'" >> /usr/local/vesta/conf/vesta.conf
|
||||
echo "ALLOW_BACKUP_ANYTIME='yes'" >> $VESTA/conf/vesta.conf
|
||||
echo "NOTIFY_ADMIN_FULL_BACKUP='$email'" >> $VESTA/conf/vesta.conf
|
||||
echo "================================================================"
|
||||
|
||||
# Removing old PHP sessions files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue