提交 cc26b806 编写于 作者: 横云断岭's avatar 横云断岭

as.sh batch mode support select java process. #1497

上级 f8fa439d
......@@ -710,7 +710,7 @@ parse_arguments()
fi
# check pid
if [ -z ${TARGET_PID} ] && [ ${BATCH_MODE} = false ]; then
if [ -z ${TARGET_PID} ]; then
# interactive mode
local IFS=$'\n'
CANDIDATES=($(call_jps | grep -v sun.tools.jps.Jps | awk '{print $0}'))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册