Update tools.func
This commit is contained in:
parent
86674ef376
commit
8787ef57b5
@ -246,7 +246,7 @@ install_mariadb() {
|
|||||||
|
|
||||||
local CURRENT_VERSION=""
|
local CURRENT_VERSION=""
|
||||||
if command -v mariadb >/dev/null; then
|
if command -v mariadb >/dev/null; then
|
||||||
CURRENT_VERSION="$(mariadb --version | grep -oP 'Ver\s+\K[0-9]+\.[0-9]+')"
|
CURRENT_VERSION=$(mariadb --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$CURRENT_VERSION" == "$MARIADB_VERSION" ]]; then
|
if [[ "$CURRENT_VERSION" == "$MARIADB_VERSION" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user