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

casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit 646239d2e9fc117d6911b33c7bb98b14b2f83bfb
Author: peacewong <[email protected]>
AuthorDate: Wed Jul 19 11:47:51 2023 +0800

    update log var to LINKIS_LOG_DIR="$LINKIS_HOME/logs"
---
 linkis-dist/package/sbin/kill-process-by-pid.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-dist/package/sbin/kill-process-by-pid.sh 
b/linkis-dist/package/sbin/kill-process-by-pid.sh
index 33321191f..0ab28032b 100644
--- a/linkis-dist/package/sbin/kill-process-by-pid.sh
+++ b/linkis-dist/package/sbin/kill-process-by-pid.sh
@@ -22,7 +22,7 @@ if [ "$LINKIS_HOME" = "" ]; then
   export LINKIS_HOME=$INSTALL_HOME
 fi
 if [ "$LINKIS_LOG_DIR" = "" ]; then
-  export LINKIS_LOG_DIR="/data/bdp/logs/linkis"
+  export LINKIS_LOG_DIR="$LINKIS_HOME/logs"
 fi
 ecmPid=`cat $LINKIS_HOME/pid/linkis_cg-engineconnmanager.pid`
 month=`date '+%Y-%m'`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to