From a6c1f888f4cf3fc872e9ed5055fe089488fd93ba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 12:37:42 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5967a78..5c833ac 100755 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name #================================================= # 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"