Skip to content

Commit

Permalink
update sh file
Browse files Browse the repository at this point in the history
Signed-off-by: wmqwxb <[email protected]>
  • Loading branch information
wmqwxb committed Dec 21, 2023
1 parent d1445e1 commit 5d066b3
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/fate_flow/bin/init_env.sh";then
source ${fatepath}/fate/fate_flow/bin/init_env.sh
if test -f "${fatepath}/fate_flow/bin/init_env.sh";then
source ${fatepath}/fate_flow/bin/init_env.sh
echo "JAVA_HOME=$JAVA_HOME"
else
echo "file not found:${fatepath}/fate/fate_flow/bin/init_env.sh"
echo "file not found:${fatepath}/fate_flow/bin/init_env.sh"
exit
fi

Expand Down

0 comments on commit 5d066b3

Please sign in to comment.