Skip to content

Commit

Permalink
Update restore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Nov 18, 2024
1 parent 15cf6c9 commit 0e6d85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8695,11 +8695,11 @@ menu_justboot() {
print "* You are about to do a tethered boot."
print "* To know more about build version, go here: https://theapplewiki.com/wiki/Firmware"
echo
if [[ -n $vers ]]; then
print "* Build Version entered: $vers"
elif [[ -n $ipsw_justboot_path ]]; then
if [[ -n $ipsw_justboot_path ]]; then
print "* Selected IPSW: $ipsw_justboot_path"
print "* IPSW Version: $device_target_vers-$device_target_build"
elif [[ -n $vers ]]; then
print "* Build Version entered: $vers"
else
print "* Enter build version or select IPSW to continue"
fi
Expand Down

0 comments on commit 0e6d85a

Please sign in to comment.