From dc3d2673ddc86d02ca2cd8d93bbf2fd53ca43c55 Mon Sep 17 00:00:00 2001 From: dsgagi Date: Fri, 14 Dec 2018 18:49:58 +0100 Subject: [PATCH] Update distro Remove extra white spaces. --- snmp/distro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snmp/distro b/snmp/distro index 88cc60d..0d6578c 100755 --- a/snmp/distro +++ b/snmp/distro @@ -54,10 +54,10 @@ elif [ "${OS}" = "Linux" ] ; then DIST="Debian `cat /etc/debian_version`" REV="" if [ -f /usr/bin/lsb_release ] ; then - ID=`lsb_release -i | awk -F ':' '{print $2}' | sed 's/ //g'` + ID=`lsb_release -i | awk -F ':' '{print $2}' | sed 's/ //g'` fi if [ "${ID}" = "Raspbian" ] ; then - DIST="Raspbian `cat /etc/debian_version`" + DIST="Raspbian `cat /etc/debian_version`" fi elif [ -f /etc/gentoo-release ] ; then