Skip to content

Commit

Permalink
fix for issue#39
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbruner committed Sep 1, 2017
1 parent 7f326a7 commit e8f3f2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/determine_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ fi
OS=`lsb_release -i | cut -s -f 2`
VER=`lsb_release -r | cut -s -f 2 | cut -d. -f 1`

if [[ "$OS" == "RedHatEnterpriseServer" ]]; then
echo "- modifying OS variable to CentOS for install purposes"
OS="CentOS"
fi

echo "$DISTRO $OS $VER"

0 comments on commit e8f3f2f

Please sign in to comment.