Update netdata.sh

fixes https://github.com/tteck/Proxmox/issues/2359
This commit is contained in:
tteckster 2024-01-18 05:06:54 -05:00 committed by GitHub
parent ea9fe637c5
commit 8ef47c526f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ uninstall() {
} }
if ! pveversion | grep -Eq "pve-manager/(8\.[0-9])"; then 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 "Requires PVE Version 8.0 or higher"
echo -e "Exiting..." echo -e "Exiting..."
sleep 2 sleep 2