From fdcc273b48f97eb1238e170ebfadea2a071bd2ec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 12:47:01 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index bfac5b0..b1d5f35 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -141,12 +141,12 @@ DETECT_CPU(){ read -n 1 -p "Would you like to set this for all VMs (y/N)?" choice case "$choice" in - *) 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]}" + [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]}" ;; + *) echo;; esac [ ${action-x} ] && exit 0