diff --git a/bootstrap/bootstrap_storage.sh b/bootstrap/bootstrap_storage.sh index 23c179c5213..6712c1b855d 100755 --- a/bootstrap/bootstrap_storage.sh +++ b/bootstrap/bootstrap_storage.sh @@ -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