From ec276770d40519dbbe9cbac956b1dc049749c3e5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 7 Mar 2026 14:21:26 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index f5572b6..15e16cb 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -215,7 +215,7 @@ RESTART_PVE_SERVICES(){ echo;; *) echo;; - echo -e "\n${idsCL[Green]}This host's services have been restarted${idsCL[Default]}" + echo -e "\n${idsCL[Green]}This hosts services have been restarted${idsCL[Default]}" [ ${action-x} ] && exit 0 || ENTER2CONTINUE }