Browse Source

add stop.sh

rainbow954 7 năm trước cách đây
mục cha
commit
cf56f3268a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}'`