Update vst-install-debian.sh, MAX_DBUSER_LEN=80

This commit is contained in:
myvesta 2023-12-11 11:48:32 +01:00 committed by GitHub
parent c4eb89e4fd
commit f4beb1c8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2034,8 +2034,8 @@ echo "=== Set URL for phpmyadmin"
echo "DB_PMA_URL='https://$servername/phpmyadmin/'" >> $VESTA/conf/vesta.conf
if [ "$release" -gt 9 ]; then
echo "=== Set max_length_of_MySQL_username=80"
fi
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
fi
echo "ALLOW_BACKUP_ANYTIME='yes'" >> $VESTA/conf/vesta.conf
echo "NOTIFY_ADMIN_FULL_BACKUP='$email'" >> $VESTA/conf/vesta.conf
echo "================================================================"