You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
169 B

1 year ago
  1. #!/bin/sh
  2. cd ..
  3. cd ..
  4. if [ -f "DWApiGatewayApplication.pid" ]; then
  5. cat DWApiGatewayApplication.pid | xargs -i kill -9 {}
  6. fi
  7. echo DWApiGatewayApplication is Stop.