From 5a48ed3a39dbe9087e2fe33f513a26361399d98d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 20 Apr 2026 19:08:39 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- proxmenu-scripts.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index cd7ec1a..2d18e99 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.4.16-3' +VERS='2026.4.20-1' noupdate=' restart cpu mm ' diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 14566b5..85a01aa 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -228,7 +228,8 @@ RESTART_PVE_SERVICES(){ [Nn]) echo;; *) echo echo -en "\n${idsCL[Yellow]}Restarting services ... " - systemctl restart pve-cluster pvedaemon pvestatd pveproxy pve-ha-lrm pve-ha-crm + #systemctl restart pve-cluster pvedaemon pvestatd pveproxy pve-ha-lrm pve-ha-crm + systemctl restart pve-cluster pvedaemon pvestatd pveproxy echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -e "\n${idsCL[Green]}This hosts Proxmox services have been restarted${idsCL[Default]}\n" [ ${action-x} ] && exit 0 || ENTER2CONTINUE