Update proxmenu-scripts.sh

This commit is contained in:
2026-04-16 22:18:32 -05:00
parent 84a9827e10
commit d3202bb0d5
+1 -1
View File
@@ -228,7 +228,7 @@ RESTART_PVE_SERVICES(){
[Nn]) echo;;
*) echo
echo -en "\n${idsCL[Yellow]}Restarting services ... "
systemctl restart pve-cluster pvedaemon pvestatd pveproxy
systemctl restart pve-cluster pvedaemon pvestatd pveproxy pve-ha-lrm pve-ha-crm
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