This is an automated email from the ASF dual-hosted git repository.
cancai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 2531caeee fix issue 3738 (#3739)
2531caeee is described below
commit 2531caeee8822b60c66d26410629a82e15ed08f0
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 4 13:57:47 2024 +0800
fix issue 3738 (#3739)
---
.../streampark-console-service/src/main/assembly/bin/streampark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
b/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
index 9d0853f94..7b3e59f87 100755
---
a/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
+++
b/streampark-console/streampark-console-service/src/main/assembly/bin/streampark.sh
@@ -132,7 +132,7 @@ APP_BASE="$APP_HOME"
APP_CONF="$APP_BASE"/conf
APP_LIB="$APP_BASE"/lib
APP_LOG="$APP_BASE"/logs
-APP_PID="$APP_BASE"/.pid
+APP_PID="$APP_BASE"/streampark.pid
APP_OUT="$APP_LOG"/streampark.out
# shellcheck disable=SC2034
APP_TMPDIR="$APP_BASE"/temp