Browse Source

add stop.sh

rainbow954 7 years ago
parent
commit
cf56f3268a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stop.sh

+ 1 - 1
src/bin/stop.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-kill  `ps -ef|grep data-transfer.jar| grep -v grep| awk '{print $2}'`
+kill  `ps -ef|grep data-acceptance.jar| grep -v grep| awk '{print $2}'`