mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-28 14:47:38 +00:00
Kill process after remove from list
This commit is contained in:
parent
0498540439
commit
24a510bc2e
@ -6,4 +6,6 @@ if [ ! -z "$1" ]; then
|
||||
mv $HIDELIST $HIDELIST.tmp
|
||||
cat $HIDELIST.tmp | grep -v "^$1$" > $HIDELIST
|
||||
rm -f $HIDELIST.tmp
|
||||
set `/data/busybox/ps -o pid,args | grep "$1" | grep -v "grep"`
|
||||
kill "$1"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user