mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-18 12:18:35 +00:00
parent
31353afc24
commit
2ef91fff27
@ -36,8 +36,9 @@ fi
|
|||||||
|
|
||||||
TABLE_INITIALIZER_MAIN_CLASS=org.openmetadata.catalog.util.TablesInitializer
|
TABLE_INITIALIZER_MAIN_CLASS=org.openmetadata.catalog.util.TablesInitializer
|
||||||
LIBS_DIR="${BOOTSTRAP_DIR}"/../libs/
|
LIBS_DIR="${BOOTSTRAP_DIR}"/../libs/
|
||||||
|
echo $LIBS_DIR
|
||||||
if [ -d "${LIBS_DIR}" ]; then
|
if [ -d "${LIBS_DIR}" ]; then
|
||||||
for file in "${LIB_DIR}"*.jar;
|
for file in "${LIBS_DIR}"*.jar;
|
||||||
do
|
do
|
||||||
CLASSPATH="$CLASSPATH":"$file"
|
CLASSPATH="$CLASSPATH":"$file"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user