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

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 235788e4 [Improve] static/quickstart.sh improvement
235788e4 is described below

commit 235788e4ed153cbc77e9cb15c8f890709937bde0
Author: benjobs <[email protected]>
AuthorDate: Wed Feb 5 18:54:04 2025 +0800

    [Improve] static/quickstart.sh improvement
---
 static/quickstart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/quickstart.sh b/static/quickstart.sh
index 736423de..35c7f826 100755
--- a/static/quickstart.sh
+++ b/static/quickstart.sh
@@ -292,7 +292,7 @@ else
   FLINK_PORT=$($_RUNJAVA -cp "${SP_HOME}/lib/*" $BASH_UTIL --free_port "8081")
   $_RUNJAVA -cp "${SP_HOME}/lib/*" $BASH_UTIL --replace "$SP_CONFIG" "# port: 
8081||port: ${FLINK_PORT}"
 
-  exec "${FLINK_HOME}"/bin/start-cluster.sh
+  . "${FLINK_HOME}"/bin/start-cluster.sh
 fi
 
 # 3) start streampark

Reply via email to