Update proxmenu-scripts.sh

This commit is contained in:
2026-03-07 14:35:44 -06:00
parent b9abe488e0
commit 5bc6fa3aa0

View File

@@ -132,7 +132,6 @@ INSTALL_OMSA() {
[Nn]) MAIN_MENU;;
* )
echo
mkdir /tmp/omsa
cd /tmp/omsa
apt install gnupg libcurl4t64 libncurses6 libxslt1.1 libgpm2 libtinfo6
@@ -199,11 +198,11 @@ DETECT_CPU(){
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]}"
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
;;
*) echo;;
esac
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
}
RESTART_PVE_SERVICES(){