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 &