You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
migrate.sh: keep Advanced Settings if present in old json
This commit is contained in:
@@ -112,6 +112,7 @@ fi;
|
||||
if [ -f "$OUT" ]; then
|
||||
item "Renaming old file to $(basename "$OUT").bak ...";
|
||||
mv -f "$OUT" "$OUT.bak";
|
||||
grep -qE "verboseLogs|VERBOSE_LOGS" "$OUT.bak" && ADVANCED=1;
|
||||
fi;
|
||||
|
||||
[ "$INSTALL" ] || item "Writing fields and properties to updated custom.pif.json ...";
|
||||
|
||||
Reference in New Issue
Block a user