From 0e2daa01828057670ece50d488d0986c2f87fd7c Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Sun, 10 Jul 2022 16:48:53 +0800 Subject: [PATCH] Update downgrade.sh --- resources/downgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/downgrade.sh b/resources/downgrade.sh index 62a3491..53b5c95 100755 --- a/resources/downgrade.sh +++ b/resources/downgrade.sh @@ -125,9 +125,9 @@ DowngradeOther() { fi fi if [[ $NoMove == 1 ]]; then - rm resources/firmware/$ProductType/$BuildVer + rm $FWKeys elif [[ -s tmp/index.html ]]; then - mv tmp/index.html resources/firmware/$ProductType/$BuildVer + mv tmp/index.html $FWKeys fi fi