Closed willemdh closed 6 years ago
Due to some inconsistencies between pretty name, using Release="$(echo "$ReleaseFull" | | tail -1)" seesm to be a nicer solution to get the release for Red Hat / CentOS.
Release="$(echo "$ReleaseFull" | | tail -1)"
Due to some inconsistencies between pretty name, using
Release="$(echo "$ReleaseFull" | | tail -1)"
seesm to be a nicer solution to get the release for Red Hat / CentOS.