Update disk-passthrough_ct.sh

This commit is contained in:
MacRimi 2025-04-15 20:11:09 +02:00
parent 94acab3030
commit 5fa97871b6

View File

@ -528,4 +528,7 @@ if [ -n "$ERROR_MESSAGES" ]; then
whiptail --title "$(translate "Warnings and Errors")" --msgbox "$ERROR_MESSAGES" 16 70
fi
msg_success "$(translate "Press Enter to return to menu...")"
read -r
exit 0