From 434d52f40103bb934351a07b5d04ec1073117a49 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Jun 2018 15:08:18 +0100 Subject: [PATCH] added distroid --- lgsm/functions/info_distro.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/info_distro.sh b/lgsm/functions/info_distro.sh index 1b04f50c8..ca19e7380 100644 --- a/lgsm/functions/info_distro.sh +++ b/lgsm/functions/info_distro.sh @@ -27,6 +27,7 @@ fi if [ -f "/etc/os-release" ]; then distroversion=$(grep VERSION_ID /etc/os-release | tr -cd '[:digit:]') + distroid=$(grep ID /etc/os-release | grep -v _ID | sed 's/ID=//g') elif [ -n "$(command -v yum)" ]; then distroversion=$(rpm -qa \*-release | grep -Ei "oracle|redhat|centos" | cut -d"-" -f3) fi