mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-25 07:41:49 +01:00
Update restore.sh
This commit is contained in:
parent
b05dc26d87
commit
d8b65eaa9e
@ -194,9 +194,9 @@ function SaveOTABlobs {
|
|||||||
|
|
||||||
echo "Copying ota.json to tmp..."
|
echo "Copying ota.json to tmp..."
|
||||||
if [ $platform == macos ]; then
|
if [ $platform == macos ]; then
|
||||||
cp ota.json $TMPDIR
|
cp resources/ota.json $TMPDIR
|
||||||
else
|
else
|
||||||
cp ota.json /tmp
|
cp resources/ota.json /tmp
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user