Commit 0ebae1c0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: interpret RedHatEnterpriseLinuxServer as RHEL

parent 687e3f19
...@@ -225,6 +225,9 @@ normalize_name() ...@@ -225,6 +225,9 @@ normalize_name()
"Fedora Linux") "Fedora Linux")
echo "Fedora" echo "Fedora"
;; ;;
"RedHatEnterpriseLinuxServer")
echo "RHEL"
;;
*) *)
#echo "${1// /}" #echo "${1// /}"
echo "$1" | sed -e "s/ //g" echo "$1" | sed -e "s/ //g"
......
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