mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 19:12:38 +02:00
Be sure module won't modify system files
This commit is contained in:
parent
cc3e72224e
commit
8b29845c42
@ -31,3 +31,5 @@ if [ -f "/data/adb/pif.json" ]; then
|
|||||||
mv -f "/data/adb/pif.json" "/data/adb/pif.json.old"
|
mv -f "/data/adb/pif.json" "/data/adb/pif.json.old"
|
||||||
ui_print "- Backup custom pif.json"
|
ui_print "- Backup custom pif.json"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -rf $MODPATH/system
|
||||||
|
Loading…
Reference in New Issue
Block a user