mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update vst-install-debian.sh, MAX_DBUSER_LEN=80
This commit is contained in:
parent
c4eb89e4fd
commit
f4beb1c8f1
1 changed files with 1 additions and 1 deletions
|
@ -2034,8 +2034,8 @@ echo "=== Set URL for phpmyadmin"
|
||||||
echo "DB_PMA_URL='https://$servername/phpmyadmin/'" >> $VESTA/conf/vesta.conf
|
echo "DB_PMA_URL='https://$servername/phpmyadmin/'" >> $VESTA/conf/vesta.conf
|
||||||
if [ "$release" -gt 9 ]; then
|
if [ "$release" -gt 9 ]; then
|
||||||
echo "=== Set max_length_of_MySQL_username=80"
|
echo "=== Set max_length_of_MySQL_username=80"
|
||||||
|
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
||||||
fi
|
fi
|
||||||
echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf
|
|
||||||
echo "ALLOW_BACKUP_ANYTIME='yes'" >> $VESTA/conf/vesta.conf
|
echo "ALLOW_BACKUP_ANYTIME='yes'" >> $VESTA/conf/vesta.conf
|
||||||
echo "NOTIFY_ADMIN_FULL_BACKUP='$email'" >> $VESTA/conf/vesta.conf
|
echo "NOTIFY_ADMIN_FULL_BACKUP='$email'" >> $VESTA/conf/vesta.conf
|
||||||
echo "================================================================"
|
echo "================================================================"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue