From 60547ca243e68c17fc436a1358f89002cc0215a3 Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Tue, 27 Feb 2024 13:37:20 +0700 Subject: [PATCH] Update docker-entrypoint.sh --- docker-entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 4cf3dbf..ddfb4b7 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -85,8 +85,8 @@ docker_setup_env() { LIB_MANTICORE_SECONDARY="${MCL_DIR}lib_manticore_secondary.so" LIB_MANTICORE_KNN="${MCL_DIR}lib_manticore_knn.so" LIB_MANTICORE_GALERA="${MCL_DIR}libgalera_manticore.so" - COLUMNAR_VERSION=$(cat /mcl.url | cut -d" " -f1 | cut -d"-" -f6 | cut -d"_" -f1) - GALERA_VERSION=$(cat /mcl.url | cut -d" " -f2 | cut -d"-" -f3 | cut -d"_" -f2) + GALERA_VERSION=$(cat /mcl_galera.url | cut -d" " -f1 | cut -d"-" -f3 | cut -d"_" -f2) + COLUMNAR_VERSION=$(cat /mcl_galera.url | cut -d" " -f2 | cut -d"-" -f6 | cut -d"_" -f1) [ -L /usr/share/manticore/modules/lib_manticore_columnar.so ] || ln -s $LIB_MANTICORE_COLUMNAR /usr/share/manticore/modules/lib_manticore_columnar.so [ -L /usr/share/manticore/modules/lib_manticore_secondary.so ] || ln -s $LIB_MANTICORE_SECONDARY /usr/share/manticore/modules/lib_manticore_secondary.so @@ -117,7 +117,7 @@ docker_setup_env() { exit fi - MCL_URL=$(cat /mcl.url) + MCL_URL=$(cat /mcl_galera.url) wget --show-progress -q -P /tmp $MCL_URL LAST_PATH=$(pwd)