-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
所有启动脚本都无法在Mac下工作 #8
Comments
升级到2.5.3就好了,新版本已经解决了这个问题 |
simple monitor还是不能用 |
6 tasks
chickenlj
added a commit
that referenced
this issue
Dec 13, 2019
introduce loading strategy to have chance to change loader's behavior
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本: 2.4.10
似乎脚本都使用了ps -f,在Mac OS平台 无法工作,类似下面错误
PIDS=
ps -f | grep java | grep "$DEPLOY_DIR" | awk '{print $2}'
ps -f | grep java | grep "$DEPLOY_DIR" | awk '{print $2}'
ps: illegal option -- f
usage: ps [-AaCcEefhjlMmrSTvwXx] [-O fmt | -o fmt] [-G gid[,gid...]]
[-u]
[-p pid[,pid...]] [-t tty[,tty...]] [-U user[,user...]]
ps [-L]
echo "PID: $PIDS"
PID:
echo "STDOUT: $STDOUT_FILE"
STDOUT: logs/stdout.log
The text was updated successfully, but these errors were encountered: