Skip to content

Commit

Permalink
update start shell
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Dec 20, 2023
1 parent e3166b0 commit 2b46aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ module=fateboard
version=2.0.0


if test -f "${fatepath}/fate/bin/init_env.sh";then
source ${fatepath}/fate/bin/init_env.sh
if test -f "${fatepath}/fate/fate_flow/bin/init_env.sh";then
source ${fatepath}/fate/fate_flow/bin/init_env.sh
echo "JAVA_HOME=$JAVA_HOME"
else
echo "file not found:${fatepath}/fate/bin/init_env.sh"
echo "file not found:${fatepath}/fate/fate_flow/bin/init_env.sh"
exit
fi

Expand Down

0 comments on commit 2b46aa6

Please sign in to comment.