Skip to content

Commit

Permalink
Fix error msg output for prepped flash
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed May 10, 2020
1 parent 160d84d commit 819b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbt-flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ initiate_reboot() {
# Step 7: Flash execution
bless_flash() {
printfn "${bold}Preparing system for firmware update...${normal}"
/usr/sbin/bless --nextonly -mount / -firmware "${thorutil_bak}" -payload "${firmware_loc}" -options "-g -o -u ${egfx_target_uid} -fs efi-apple-payload0-data -nb -noreset"
/usr/sbin/bless --nextonly -mount / -firmware "${thorutil_bak}" -payload "${firmware_loc}" -options "-g -o -u ${egfx_target_uid} -fs efi-apple-payload0-data -nb -noreset" 2>/dev/null 1>&2
printfn "Preparations complete.\n"
initiate_reboot
}
Expand Down

0 comments on commit 819b681

Please sign in to comment.