From eee31e844c935f6a90a43a4319b8013ac0174799 Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:05:20 +0800 Subject: [PATCH] Forgot to set a variable for s5l8900 --- restore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/restore.sh b/restore.sh index e2ce382..d9d1018 100755 --- a/restore.sh +++ b/restore.sh @@ -576,6 +576,7 @@ device_get_info() { log "Getting device info..." if [[ $device_mode == "WTF" ]]; then device_s5l8900xall + device_wtfexit=1 fi case $device_mode in "DFU" | "Recovery" )