You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Copy pasta fixes
This commit is contained in:
@@ -108,8 +108,8 @@ if [ -f "$MIGRATE" ]; then
|
||||
eval TMPVAL=\$$SETTING;
|
||||
[ -n "$TMPVAL" ] && sed -i "s;\($SETTING\": \"\).;\1$TMPVAL;" custom.pif.json;
|
||||
done;
|
||||
grep -q '//"\*.security_patch"' $OLDJSON && sed -i 's;"\*.security_patch";//"\*.security_patch";' custom.pif.json;
|
||||
fi;
|
||||
grep -q '//"\*.security_patch"' $OLDJSON && sed -i 's;"\*.security_patch";//"\*.security_patch";' custom.pif.json;
|
||||
cat custom.pif.json;
|
||||
fi;
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ if [ -f "$OUT" ]; then
|
||||
for SETTING in $ADVSETTINGS; do
|
||||
eval grep_check_json $SETTING \"$OUT.bak\" \&\& $SETTING=\"$(grep_get_json $SETTING "$OUT.bak")\";
|
||||
done;
|
||||
grep -q '//"\*.security_patch"' "$OUT.bak" && SECURITY_COMMENT='//';
|
||||
grep -q '//"\*.security_patch"' "$OUT.bak" && SECURITY_COMMENT='//';
|
||||
fi;
|
||||
fi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user