run-dispatch_server.sh 146 B

123456
  1. #!/bin/bash
  2. # 监控接口
  3. mkdir -p ./log
  4. rm -rf ./log/dispatch_server*
  5. nohup ./deploy/exe/dispatch_server.exe > ./log/dispatch_server.out 2>&1 &