You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

stop.sh 230 B

123456
  1. PID=`ps -ef | grep "java -jar peer-" | grep -v grep | awk '{print $2}'`
  2. PROC_PATH=`ps -ef | grep "java -jar peer-" | grep -v grep | awk '{print $8}'`
  3. echo "Stopping peer[$PID][$PROC_PATH] ......"
  4. kill 9 $PID
  5. echo "Peer stopped!"

一个面向企业应用场景的通用区块链框架系统,能够作为企业级基础设施,为业务创新提供高效、灵活和安全的解决方案

Contributors (1)