This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 33533f24 [Bugfix] Correct typo in start.sh script (#370)
33533f24 is described below

commit 33533f2441cf83407318b01f673561e4b38b23b4
Author: liming.1018 <[email protected]>
AuthorDate: Thu Jun 13 17:05:47 2024 +0800

    [Bugfix] Correct typo in start.sh script (#370)
---
 paimon-web-server/src/main/bin/start.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-web-server/src/main/bin/start.sh 
b/paimon-web-server/src/main/bin/start.sh
index e627ec22..3b28380a 100644
--- a/paimon-web-server/src/main/bin/start.sh
+++ b/paimon-web-server/src/main/bin/start.sh
@@ -26,8 +26,8 @@ fi
 echo "JAVA_HOME=${JAVA_HOME}"
 echo "JAVA_OPTS=${JAVA_OPTS}"
 echo "PAIMON_UI_HOME=${PAIMON_UI_HOME}"
-echo "FLINK_HOME=${PAIMON_UI_HOME}"
-echo "ACTION_JAR_PATH=${PAIMON_UI_HOME}"
+echo "FLINK_HOME=${FLINK_HOME}"
+echo "ACTION_JAR_PATH=${ACTION_JAR_PATH}"
 
 if [ -z "$PAIMON_UI_HOME" ]; then
     echo "PAIMON_UI_HOME is null, exit..."

Reply via email to