This commit is contained in:
2023-06-27 06:02:30 +08:00
parent 49ea8b14c4
commit 40d6979cc3

View File

@@ -15,6 +15,7 @@ rm -rf ./data/gameui-ai-server
# 重啓服務(RAM)
ssh $SERVER '''
cd /data;
ps -ef | grep -v grep | grep /data/gameui-ai-server;
if [ $? -eq 0 ]; then
echo "kill gameui-ai-server"