From d8b65eaa9e053cca9af558224ba8b85d31020be8 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Thu, 5 Mar 2020 19:54:46 +0800 Subject: [PATCH] Update restore.sh --- restore.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restore.sh b/restore.sh index 8aeb1d8..4c2a9f9 100755 --- a/restore.sh +++ b/restore.sh @@ -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