From da3cb9971b02ec7fd88f99756c3f252befa24569 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 7 Sep 2025 09:00:37 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index 0b8c113..513a2e8 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -552,6 +552,9 @@ select_privileged_lxc() { sleep 2 if [[ "$(pct status "$ctid" | awk '{print $2}')" != "running" ]]; then msg_error "$(translate "Failed to start the CT.")" + echo -e "" + msg_success "$(translate 'Press Enter to continue...')" + read -r return 1 fi msg_ok "$(translate "CT started successfully.")"