Zabbix Appliance: Updated Alpine to 3.10

This commit is contained in:
Alexey Pustovalov
2019-07-13 17:38:21 +03:00
parent 0a3b83743c
commit 3a17397ee2
38 changed files with 125 additions and 19 deletions

View File

@ -51,6 +51,9 @@ configure_db_mysql() {
elif [ -f "/etc/my.cnf.d/server.cnf" ]; then
MYSQL_CONF_FILE="/etc/my.cnf.d/server.cnf"
DB_SERVER_SOCKET="/var/lib/mysql/mysql.sock"
elif [ -f "/etc/my.cnf.d/mariadb-server.cnf" ]; then
MYSQL_CONF_FILE="/etc/my.cnf.d/mariadb-server.cnf"
DB_SERVER_SOCKET="/var/run/mysqld/mysqld.sock"
else
echo "**** Could not found MySQL configuration file"
exit 1