LingxinMeng 10 달 전
부모
커밋
64b7a86edc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy/sh/run-dispatch_server.sh

+ 1 - 1
deploy/sh/run-dispatch_server.sh

@@ -3,4 +3,4 @@
 # 监控接口
 mkdir -p ./log
 rm -rf ./log/dispatch_server*
-nohup ./exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &
+nohup ./deploy/exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &