From 87f630a7920e08dbfde011aa01877cf2d54fec4b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 12:57:52 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 76dbf86..932bc99 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -140,7 +140,8 @@ DETECT_CPU(){ proxclmc echo - read -n 1 -p "Would you like to set this for all VMs (y/N)?" choice + echo -e " ${idsCL[LightCyan]}Would you like to set '${idsCL[Green]}$(proxclmc --list-only)${idsCL[LightCyan]}' on all VMs (y/N)?${idsCL[Default]}" + read -n 1 choice case "$choice" in [Yy]) sed -i "/cpu:/c cpu: $(proxclmc --list-only)" /etc/pve/nodes/*/qemu-server/*.conf