Update mido.sh

This commit is contained in:
Kroese 2024-01-22 01:45:43 +01:00 committed by GitHub
parent 866026ee69
commit 42539989cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -702,7 +702,7 @@ ending_summary() {
trap -- - EXIT trap -- - EXIT
if [ "$exit_code" = 0 ]; then if [ "$exit_code" = 0 ]; then
echo_ok "Successfully downloaded and verified integrity of all Windows media!" echo_ok "Successfully downloaded Windows image!"
else else
echo_ok "Finished! Please see the above errors with information" echo_ok "Finished! Please see the above errors with information"
exit "$exit_code" exit "$exit_code"