From 1dda65fe01013f8f91fbf5c2cad979550c818619 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 12:45:11 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index f869ef4..53c7fc9 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -141,8 +141,8 @@ DETECT_CPU(){ read -n 1 -p "Would you like to set this for all VMs (Y/n)?" choice case "$choice" in - [Nn]) echo;; - * ) + *) echo;; + [Yy]) sed -i "/cpu:/c cpu: $(proxclmc --list-only)" /etc/pve/nodes/*/qemu-server/*.conf echo echo -e "\n${idsCL[Green]}All VM's have been reconfigured\n${idsCL[LightCyan]}This will require the VM's to be powered off and then turned back on in order to take effect${idsCL[Default]}"