You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
migrate.sh: fix deriving from FINGERPRINT values with unexpected spaces
This commit is contained in:
@@ -87,7 +87,7 @@ $(grep_get_json FINGERPRINT)
|
||||
EOF
|
||||
i=1;
|
||||
for FIELD in $FPFIELDS; do
|
||||
eval [ -z "\$$FIELD" ] \&\& $FIELD=\"\$F$i\";
|
||||
eval [ -z \"\$$FIELD\" ] \&\& $FIELD=\"\$F$i\";
|
||||
i=$((i+1));
|
||||
done;
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user