This commit is contained in:
2023-07-20 03:43:30 +08:00
parent 8e20f10245
commit 447b59a65a
2 changed files with 3 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ ssh $SERVER '''
if [ $? -eq 0 ]; then
echo "kill gameui-ai-server"
killall ./gameui-ai-server
sleep 2
fi
rm -rf ./gameui-ai-server;
@@ -27,4 +28,3 @@ ssh $SERVER '''
nohup ./gameui-ai-server >> nohup-ai.out 2>&1 &
echo "start gameui-ai-server:8080 ok"
'''