-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix stop.sh execute failed in macos (#3187) #3188
Conversation
�optimize start.sh ,support different jdk configure JAVA_OPTS parameter
fix start.bat [shenyu-bootstrap-dist missing agent parameter in start.bat script (Issue apache#2814)]
This reverts commit cf002c9.
Codecov Report
@@ Coverage Diff @@
## master #3188 +/- ##
============================================
+ Coverage 57.47% 57.52% +0.05%
- Complexity 4526 4528 +2
============================================
Files 730 730
Lines 20818 20818
Branches 1915 1915
============================================
+ Hits 11965 11976 +11
+ Misses 7803 7792 -11
Partials 1050 1050
Continue to review full report at Codecov.
|
@@ -22,7 +22,7 @@ cd `dirname $0` | |||
cd .. | |||
DEPLOY_DIR=`pwd` | |||
|
|||
PIDS=`ps -eo pid,cmd |grep -v tail|grep -v grep|grep "$DEPLOY_DIR"|awk '{print $1}'` | |||
PIDS=`ps ax |grep -v tail|grep -v grep|grep "$DEPLOY_DIR"|awk '{print $1}'` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support linux?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix stop.sh exxcute failed in macos(#3187)
Make sure that:
mvn clean install -Dmaven.javadoc.skip=true
.