LingxinMeng 10 mesi fa
parent
commit
64b7a86edc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 &