Browse Source

pkill fix in stop

Ivan Denisov 12 years ago
parent
commit
5a5120e4d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      stop

+ 1 - 1
stop

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