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