Skip to content

Commit

Permalink
[Improve] [shell] Set the env SEATUNNEL_HOME automatically (#6924)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: 李鹏程 <[email protected]>
  • Loading branch information
JackeyLee007 and 李鹏程 authored May 30, 2024
1 parent 40d2c1b commit 045b438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seatunnel-core/seatunnel-starter/src/main/bin/seatunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ done

PRG_DIR=`dirname "$PRG"`
APP_DIR=`cd "$PRG_DIR/.." >/dev/null; pwd`
SEATUNNEL_HOME=${APP_DIR}
CONF_DIR=${APP_DIR}/config
APP_JAR=${APP_DIR}/starter/seatunnel-starter.jar
APP_MAIN="org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient"
Expand Down

0 comments on commit 045b438

Please sign in to comment.