Added Mitel as a redhat derived OS

This commit is contained in:
Stephan Leemburg 2016-02-23 11:54:08 +01:00
parent f0e07903b6
commit 37fec8b3b5
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ if grep -q ^Fedora /etc/redhat-release 2>/dev/null; then
exit 0
fi
if grep -q ^Mitel /etc/redhat-release 2>/dev/null; then
echo mitel
exit 0
fi
if [ -f /etc/redhat-release ]; then
echo redhat
exit 0