mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 11:02:40 +02:00
Don't force remove SNFix
This commit is contained in:
parent
d1c1be57c8
commit
0c536e05c7
@ -13,8 +13,8 @@ fi
|
||||
|
||||
# safetynet-fix module is obsolete and it's incompatible with PIF
|
||||
SNFix="/data/adb/modules/safetynet-fix"
|
||||
if [ -d $SNFix ]; then
|
||||
rm -rf $SNFix
|
||||
if [ -d "$SNFix" ]; then
|
||||
touch "$SNFix"/remove
|
||||
fi
|
||||
|
||||
# Uninstall conflict apps
|
||||
|
Loading…
Reference in New Issue
Block a user