improved webhook install, mysql comment innodb_buffer_pool_size

This commit is contained in:
2023-11-26 17:59:15 +01:00
parent 62c03fc009
commit cdcb034b6b
3 changed files with 7 additions and 2 deletions

View File

@@ -126,6 +126,9 @@ if [ "$installmysql" = "yes" ]; then
cp "$_assets"/mysql/innodb-file-per-table.cnf /etc/mysql/conf.d/
# you may increase memory
# innodb_buffer_pool_size = 1024M
systemctl enable mariadb.service
systemctl restart mariadb.service
echo -e "\033[92;1mmysql installed\033[Om"