Update proxmenu-scripts.sh

This commit is contained in:
2026-02-28 12:45:11 -06:00
parent 1cb684a4e7
commit 1dda65fe01

View File

@@ -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]}"