Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canal/example/src/main/bin/startup.sh #94

Closed
yabigfish opened this issue Jun 26, 2014 · 1 comment
Closed

canal/example/src/main/bin/startup.sh #94

yabigfish opened this issue Jun 26, 2014 · 1 comment
Assignees
Milestone

Comments

@yabigfish
Copy link

ALIBABA_JAVA="/usr/alibaba/java/bin/java"
TAOBAO_JAVA="/opt/taobao/java/bin/java"
...
elif [ -f $ALIBABA_JAVA ] ; then
JAVA=$TAOBAO_JAVA
...
elif [ -f $TAOBAO_JAVA ] ; then
JAVA=$TAOBAO_JAVA
...

@agapple
Copy link
Member

agapple commented Jun 26, 2014

看到脚本问题了,应该是这样
...
elif [ -f $ALIBABA_JAVA ] ; then
JAVA=$ALIBABA_JAVA
...
elif [ -f $TAOBAO_JAVA ] ; then
JAVA=$TAOBAO_JAVA
...

@agapple agapple added this to the v1.0.19 milestone Jun 26, 2014
@agapple agapple self-assigned this Jun 26, 2014
agapple added a commit that referenced this issue Jun 26, 2014
@agapple agapple closed this as completed Jun 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants