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 &