Update share-common.func

This commit is contained in:
MacRimi
2025-09-07 09:00:37 +02:00
parent ae8a7d0de9
commit da3cb9971b

View File

@@ -552,6 +552,9 @@ select_privileged_lxc() {
sleep 2 sleep 2
if [[ "$(pct status "$ctid" | awk '{print $2}')" != "running" ]]; then if [[ "$(pct status "$ctid" | awk '{print $2}')" != "running" ]]; then
msg_error "$(translate "Failed to start the CT.")" msg_error "$(translate "Failed to start the CT.")"
echo -e ""
msg_success "$(translate 'Press Enter to continue...')"
read -r
return 1 return 1
fi fi
msg_ok "$(translate "CT started successfully.")" msg_ok "$(translate "CT started successfully.")"