From e022601f3259da4c9b4db01233d9d07d34b57360 Mon Sep 17 00:00:00 2001 From: FingerlessGloves Date: Wed, 1 Jul 2020 18:27:21 +0100 Subject: [PATCH] Update proxmox versions detection on Distro (#316) Update proxmox versions detection on Distro Before change "Debian GNU/Linux 10" After change "Debian 10.3/PVE 6.1-8" --- snmp/distro | 1 + 1 file changed, 1 insertion(+) diff --git a/snmp/distro b/snmp/distro index 75fa74d..6771e8f 100755 --- a/snmp/distro +++ b/snmp/distro @@ -62,6 +62,7 @@ elif [ "${OS}" = "Linux" ] ; then fi if [ -f /usr/bin/pveversion ]; then DIST="${DIST}/PVE `/usr/bin/pveversion | cut -d '/' -f 2`" + IGNORE_OS_RELEASE=1 fi elif [ -f /etc/gentoo-release ] ; then