From 8ef47c526f18010c9cac0d610f3880e86cbe9af1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 18 Jan 2024 05:06:54 -0500 Subject: [PATCH] Update netdata.sh fixes https://github.com/tteck/Proxmox/issues/2359 --- misc/netdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/netdata.sh b/misc/netdata.sh index 3596f049..885cd42d 100644 --- a/misc/netdata.sh +++ b/misc/netdata.sh @@ -95,7 +95,7 @@ uninstall() { } if ! pveversion | grep -Eq "pve-manager/(8\.[0-9])"; then - msg_error "This version of Proxmox Virtual Environment is not supported" + echo -e "This version of Proxmox Virtual Environment is not supported" echo -e "Requires PVE Version 8.0 or higher" echo -e "Exiting..." sleep 2