From 5fa97871b6fd4c1f5418ef649fd6d3f246b65016 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 15 Apr 2025 20:11:09 +0200 Subject: [PATCH] Update disk-passthrough_ct.sh --- scripts/storage/disk-passthrough_ct.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/storage/disk-passthrough_ct.sh b/scripts/storage/disk-passthrough_ct.sh index e5f1463..60a1bad 100644 --- a/scripts/storage/disk-passthrough_ct.sh +++ b/scripts/storage/disk-passthrough_ct.sh @@ -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