Skip to content

Commit

Permalink
Update stop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chinashiyu committed Nov 18, 2022
1 parent 704bc12 commit c602d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stop.sh
Expand Up @@ -10,6 +10,6 @@ export PATH=$JAVA_HOME/bin:$PATH

_pack="press.gfw"

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

rm -f server.lock

0 comments on commit c602d5e

Please sign in to comment.