adding message
This commit is contained in:
parent
fa4301a6d9
commit
f01002afda
1 changed files with 2 additions and 0 deletions
|
@ -92,9 +92,11 @@ msg_debug "Create database for account gameserver"
|
|||
# Create database on gameserver account (and change directory database)
|
||||
if [ $(get_debian_version) -lt 9 ]
|
||||
then
|
||||
msg_info "[$(basename $0):$LINENO] update mysql configuration /etc/mysql/my.cnf"
|
||||
# old configuration mysql (on debian 8-)
|
||||
update_mysql_config '/etc/mysql/my.cnf'
|
||||
else
|
||||
msg_info "[$(basename $0):$LINENO] update mysql configuration /etc/mysql/mariadb.conf.d/50-server.cnf"
|
||||
# For mariadb (on debian 9)
|
||||
update_mysql_config '/etc/mysql/mariadb.conf.d/50-server.cnf'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue