Skip to content

Commit

Permalink
Update stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chinashiyu authored Nov 18, 2022
1 parent 73ccd86 commit fb34046
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/bash

cd `dirname $0`

export JAVA_HOME=./jdk

export JRE_HOME=$JAVA_HOME

export PATH=$JAVA_HOME/bin:$PATH

_pack="press.gfw"

kill -9 `jps -l |grep $_pack.Server |awk '{print $1}'` > null 2>&1
Expand Down

0 comments on commit fb34046

Please sign in to comment.