Fix error in setting var '_MARIADB_SRC_BASE_DIR'.

This commit is contained in:
Christoph 2017-06-09 23:23:26 +02:00
parent bb8eb74116
commit 22f119e25c

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
_MARIADB_VERSION=10.1.21
_MARIADB_VERSION=10.2.6
_MARIADB_SRC_BASE_DIR=/usr/local/src/MariaDB
_MARIADB_SRC_BASE_DIR="$(realpath $(dirname $0))"
_MARIADB_LOG_DIR=/var/log/mysql