Browse Source

pkill in stop

Ivan Denisov 12 years ago
parent
commit
c9ccc1ea85
3 changed files with 1 additions and 3 deletions
  1. BIN
      System/Code/Init.ocf
  2. BIN
      System/Mod/Init.odc
  3. 1 3
      stop

BIN
System/Code/Init.ocf


BIN
System/Mod/Init.odc


+ 1 - 3
stop

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