Browse Source

kill back in stop

Ivan Denisov 12 years ago
parent
commit
4f7c000511
1 changed files with 2 additions and 1 deletions
  1. 2 1
      stop

+ 2 - 1
stop

@@ -1,3 +1,4 @@
 #!/bin/sh
-sudo pkill -x blackbox
+# sudo pkill -x blackbox
+kill `ps -ef | grep blackbox | grep -v grep | awk '{ print $2 }'