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 e833e964 [Improve] quickstart.sh improvement
e833e964 is described below

commit e833e964c0ae9b6e94c35c25b5e049705d20c80f
Author: benjobs <[email protected]>
AuthorDate: Wed Feb 5 17:46:13 2025 +0800

    [Improve] 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 d42d8f66..e07a3c46 100755
--- a/static/quickstart.sh
+++ b/static/quickstart.sh
@@ -235,7 +235,7 @@ else
 fi
 
 # 3) start streampark
-bash +x "${SP_HOME}"/bin/startup.sh \
+exec "${SP_HOME}"/bin/startup.sh \
   --quickstart flink_home="$FLINK_HOME" \
   --quickstart flink_port="$FLINK_PORT" \
   --quickstart flink_name="quickstart-$FLINK_NAME"

Reply via email to