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 &