rainbow954 hace 7 años
padre
commit
cf56f3268a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}'`