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 53c0a981 [Improve] static/quickstart.sh minor improvement
53c0a981 is described below

commit 53c0a981828b6b022d0e9c7bccea7f9fd48ff7a4
Author: benjobs <[email protected]>
AuthorDate: Wed Feb 5 21:15:10 2025 +0800

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

diff --git a/static/quickstart.sh b/static/quickstart.sh
index 35c7f826..51779c27 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}"
 
-  . "${FLINK_HOME}"/bin/start-cluster.sh
+  "${FLINK_HOME}"/bin/start-cluster.sh
 fi
 
 # 3) start streampark

Reply via email to