Commit 6d175c10 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: add full version for Astra

parent 718fdbf8
......@@ -354,6 +354,10 @@ case "$VENDOR_ID" in
else
DISTRIB_ID="AstraLinuxSE"
fi
if [ "$DISTRIB_ID" = "AstraLinuxSE" ] ; then
local fr="$(cat /etc/astra_version 2>/dev/null)"
[ -n "$fr" ] && echo "$fr" | grep -q "$DISTRIB_RELEASE" && DISTRIB_FULL_RELEASE="$fr"
fi
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment