mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Update install
This commit is contained in:
parent
06722ed55d
commit
a6c1f888f4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP MYSQL
|
# SETUP MYSQL
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setuping MySQL..."
|
ynh_script_progression --message="Configuring MySQL..."
|
||||||
|
|
||||||
ynh_replace_string --match_string="max_allowed_packet = 16M" --replace_string="max_allowed_packet = 64M" --target_file="/etc/mysql/my.cnf"
|
ynh_replace_string --match_string="max_allowed_packet = 16M" --replace_string="max_allowed_packet = 64M" --target_file="/etc/mysql/my.cnf"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue