Update restore.sh

This commit is contained in:
LukeeGD 2020-03-05 19:54:46 +08:00
parent b05dc26d87
commit d8b65eaa9e

View File

@ -194,9 +194,9 @@ function SaveOTABlobs {
echo "Copying ota.json to tmp..."
if [ $platform == macos ]; then
cp ota.json $TMPDIR
cp resources/ota.json $TMPDIR
else
cp ota.json /tmp
cp resources/ota.json /tmp
fi
echo