mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 14:21:34 +00:00
MagiskHide small tweak
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
HIDELIST=/magisk/.core/magiskhide/hidelist
|
||||
|
||||
if [ ! -z "$1" ]; then
|
||||
mv $HIDELIST $HIDELIST.tmp
|
||||
cp -af $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"`
|
||||
|
||||
Reference in New Issue
Block a user