From 0997179d0961cb656e27bea8ff678ed6596a8bcb Mon Sep 17 00:00:00 2001 From: slothever Date: Thu, 6 Jun 2024 17:11:24 +0800 Subject: [PATCH] 1 --- bin/start_fe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start_fe.sh b/bin/start_fe.sh index e473036fec83e5..10b6d754e1f8d9 100755 --- a/bin/start_fe.sh +++ b/bin/start_fe.sh @@ -204,7 +204,7 @@ done # add custome_libs to CLASSPATH if [[ -d "${DORIS_HOME}/custom_lib" ]]; then for f in "${DORIS_HOME}/custom_lib"/*.jar; do - CLASSPATH="${f}:${CLASSPATH}" + CLASSPATH="${CLASSPATH}:${f}" done fi