From e3be2d44476b39e03ec23b4a89e2f3e3a5af6b77 Mon Sep 17 00:00:00 2001 From: LukeeGD Date: Thu, 3 Dec 2020 19:05:42 +0800 Subject: [PATCH] For partialzip --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index c42a03a..711c135 100755 --- a/restore.sh +++ b/restore.sh @@ -37,6 +37,7 @@ function Main { Echo " Downgrader script by LukeZGD " echo + partialzip="resources/tools/partialzip_$platform" if [[ $OSTYPE == "linux-gnu" ]]; then . /etc/os-release 2>/dev/null platform="linux" @@ -80,7 +81,6 @@ function Main { futurerestore2="resources/tools/futurerestore2_$platform" tsschecker="resources/tools/tsschecker_$platform" fi - partialzip="resources/tools/partialzip_$platform" [[ ! -d resources ]] && Error "resources folder cannot be found. Replace resources folder and try again" "If resources folder is present try removing spaces from path/folder name" [[ ! $platform ]] && Error "Platform unknown/not supported."