Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
semicons authored Jul 29, 2024
1 parent 53e9f68 commit 1096c1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions md/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ bash sh_client_bot.sh
tail -f log_r_client.log
终止程序
ps -ef | grep r_client.jar | grep -v grep | awk '{print $2}' | xargs kill -9
pgrep -f r_client | xargs -r kill -9
卸载程序
rm -rf gz_client_bot.tar.gz client_config r_client.jar sh_client_bot.sh log_r_client.log debug-.log
如也不需要JDK也可卸载:apt-get remove openjdk*
rm -rf gz_client_bot.tar.gz client_config r_client sh_client_bot.sh log_r_client.log debug-.log
```

0 comments on commit 1096c1a

Please sign in to comment.