Commit 7947039d authored by Pavel Shilovsky's avatar Pavel Shilovsky

Fix LinuxWizard detection

parent 4ad13e7a
......@@ -49,7 +49,7 @@ check_for_centos()
{
SPECIFIC_CENTOS=
if which lsb_release > /dev/null; then
lsb_release -d | egrep -q 'CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard' && SPECIFIC_CENTOS=1
lsb_release -d | egrep -q 'CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard Server' && SPECIFIC_CENTOS=1
fi
if [ -n "$SPECIFIC_CENTOS" ] ; then
echo
......
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