You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
v13.8-beta
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
RESETPROP="${0%/*}/resetprop"
|
||||
|
||||
chmod 755 $RESETPROP
|
||||
if [ -x "$RESETPROP" ]; then
|
||||
chmod 755 $RESETPROP
|
||||
else
|
||||
RESETPROP="resetprop"
|
||||
fi
|
||||
|
||||
check_resetprop() {
|
||||
local NAME=$1
|
||||
|
||||
Reference in New Issue
Block a user