Forgot to set SHSH var here

This commit is contained in:
LukeZGD 2022-07-21 07:45:13 +08:00
parent 40adf6d8ca
commit 9933d6e0f5

View File

@ -8,6 +8,7 @@ SaveOTABlobs() {
if [[ $(ls saved/shsh/$SHSHChk 2>/dev/null) ]]; then
Log "Found existing saved $OSVer blobs."
SHSH=$(ls saved/shsh/$SHSHChk)
return
fi