diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 7f4e692b..d6ea58dc 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -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