Skip to content

Commit

Permalink
Update server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chinashiyu authored Nov 18, 2022
1 parent 9c66db1 commit 704bc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _java="java --enable-preview -Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8 -Dus

_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

Expand Down

0 comments on commit 704bc12

Please sign in to comment.