Support Oracle Linux (#6585)

This commit is contained in:
alexey-milovidov 2019-08-21 17:05:59 +03:00 committed by proller
parent b9870245fd
commit d765671e7e

View File

@ -20,7 +20,7 @@ OS=${OS=`lsb_release -is 2>/dev/null ||:`}
[ -f /usr/share/debconf/confmodule ] && . /usr/share/debconf/confmodule
[ -f /etc/default/clickhouse ] && . /etc/default/clickhouse
if [ "$OS" = "rhel" ] || [ "$OS" = "centos" ] || [ "$OS" = "fedora" ] || [ "$OS" = "CentOS" ] || [ "$OS" = "Fedora" ]; then
if [ "$OS" = "rhel" ] || [ "$OS" = "centos" ] || [ "$OS" = "fedora" ] || [ "$OS" = "CentOS" ] || [ "$OS" = "Fedora" ] || [ "$OS" = "ol" ]; then
is_rh=1
fi